Html Css Color HEX #37120C Seal Brown

📋 copy color: '#37120C'

red 55 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #37120C

Tints of Seal Brown #37120C

RGB

 RED value IS 55 (21.88% from 255) = 64.71%

 GREEN value IS 18 (7.42% from 255) = 21.18%

 BLUE value IS 12 (5.08% from 255) = 14.12%

R = 64.71%
G = 21.18%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37120C (or 0x37120C) is known color: Seal Brown. HEX triplet: 37, 12 and 0C. RGB value is (55,18,12). Sum of RGB (Red+Green+Blue) = 55+18+12=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #37120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37120C is #C8EDF3. Grayscale: #1C1C1C. Windows color (decimal): -13168116 or 791095. OLE color: 791095.

HSL color Cylindrical-coordinate representation of color #37120C: hue angle of 8.37º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37120C is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 12 -
CMYK 0 0.67 0.78 0.78
HSL 8.37º 0.64% 0.13% -
HSV(B) 8.37º 0.78% 0.22% -
XYZ 1.86 1.27 0.5 -
YUV 28.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 55 18 12 0 0.67 0.78 0.78 8.37 0.64 0.13
Hex 37 12 C 0 43 4E 4E 8 40 D
Octal 67 22 14 0 103 116 116 10 100 15
Binary 110111 10010 1100 0 1000011 1001110 1001110 1000 1000000 1101

Color Harmonies of #37120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37120C

Black with #37120C

Text Example


Text Example

White with #37120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37120C; }

 p { color: rgb(55,18,12); }

 H1.HeaderClassName
 {
   color: #37120C;
 }
 .AnyTagClassName
 {
   color: #37120C;
 }
</style>

background-color css

<style>
 a { background-color: #37120C; }

 a { background-color: rgb(55,18,12); }

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

border-color css

<style>
 span { border-color: #37120C; }

 span { border-color: rgb(55,18,12); }

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