Html Css Color HEX #372012 Brown Pod

📋 copy color: '#372012'

red 55 ◦ green 32 ◦ blue 18

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

Shades of Brown Pod #372012

Tints of Brown Pod #372012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.48%

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 52.38%
G = 30.48%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#372012 (or 0x372012) is known color: Brown Pod. HEX triplet: 37, 20 and 12. RGB value is (55,32,18). Sum of RGB (Red+Green+Blue) = 55+32+18=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #372012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372012 is #C8DFED. Grayscale: #252525. Windows color (decimal): -13164526 or 1187895. OLE color: 1187895.

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

Color convert

RGB 55 32 18 -
CMYK 0 0.42 0.67 0.78
HSL 22.7º 0.51% 0.14% -
HSV(B) 22.7º 0.67% 0.22% -
XYZ 2.2 1.89 0.82 -
YUV 37.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 55 32 18 0 0.42 0.67 0.78 22.7 0.51 0.14
Hex 37 20 12 0 2A 43 4E 17 33 E
Octal 67 40 22 0 52 103 116 27 63 16
Binary 110111 100000 10010 0 101010 1000011 1001110 10111 110011 1110

Color Harmonies of #372012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372012

Black with #372012

Text Example


Text Example

White with #372012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372012; }

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

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

background-color css

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

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

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

border-color css

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

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

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