Html Css Color HEX #3A150F Seal Brown

📋 copy color: '#3A150F'

red 58 ◦ green 21 ◦ blue 15

#3A150F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #3A150F

Tints of Seal Brown #3A150F

RGB

 RED value IS 58 (23.05% from 255) = 61.7%

 GREEN value IS 21 (8.59% from 255) = 22.34%

 BLUE value IS 15 (6.25% from 255) = 15.96%

R = 61.7%
G = 22.34%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3A150F (or 0x3A150F) is known color: Seal Brown. HEX triplet: 3A, 15 and 0F. RGB value is (58,21,15). Sum of RGB (Red+Green+Blue) = 58+21+15=94 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.70% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 58 - color contains mainly: red. Hex color #3A150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A150F is #C5EAF0. Grayscale: #1F1F1F. Windows color (decimal): -12970737 or 988474. OLE color: 988474.

HSL color Cylindrical-coordinate representation of color #3A150F: hue angle of 8.37º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A150F is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 21 15 -
CMYK 0 0.64 0.74 0.77
HSL 8.37º 0.59% 0.14% -
HSV(B) 8.37º 0.74% 0.23% -
XYZ 2.1 1.47 0.63 -
YUV 31.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 58 21 15 0 0.64 0.74 0.77 8.37 0.59 0.14
Hex 3A 15 F 0 40 4A 4D 8 3B E
Octal 72 25 17 0 100 112 115 10 73 16
Binary 111010 10101 1111 0 1000000 1001010 1001101 1000 111011 1110

Color Harmonies of #3A150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A150F

Black with #3A150F

Text Example


Text Example

White with #3A150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A150F; }

 p { color: rgb(58,21,15); }

 H1.HeaderClassName
 {
   color: #3A150F;
 }
 .AnyTagClassName
 {
   color: #3A150F;
 }
</style>

background-color css

<style>
 a { background-color: #3A150F; }

 a { background-color: rgb(58,21,15); }

 div.DivClassName
 {
   background-color: #3A150F;
 }
 .BgClassName
 {
   background-color: #3A150F;
 }
</style>

border-color css

<style>
 span { border-color: #3A150F; }

 span { border-color: rgb(58,21,15); }

 td.TdClassName
 {
   border-color: #3A150F;
 }
 .TagClassName
 {
   border-color: #3A150F;
 }
</style>