Html Css Color HEX #372116 Brown Pod

📋 copy color: '#372116'

red 55 ◦ green 33 ◦ blue 22

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

Shades of Brown Pod #372116

Tints of Brown Pod #372116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30%

 BLUE value IS 22 (8.98% from 255) = 20%

R = 50%
G = 30%
B = 20%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#372116 (or 0x372116) is known color: Brown Pod. HEX triplet: 37, 21 and 16. RGB value is (55,33,22). Sum of RGB (Red+Green+Blue) = 55+33+22=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #372116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372116 is #C8DEE9. Grayscale: #262626. Windows color (decimal): -13164266 or 1450295. OLE color: 1450295.

HSL color Cylindrical-coordinate representation of color #372116: hue angle of 20º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #372116 is Cyan = 0, Magento = 0.4, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 33 22 -
CMYK 0 0.4 0.6 0.78
HSL 20º 0.43% 0.15% -
HSV(B) 20º 0.6% 0.22% -
XYZ 2.26 1.96 1.02 -
YUV 38.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 55 33 22 0 0.4 0.6 0.78 20 0.43 0.15
Hex 37 21 16 0 28 3C 4E 14 2B F
Octal 67 41 26 0 50 74 116 24 53 17
Binary 110111 100001 10110 0 101000 111100 1001110 10100 101011 1111

Color Harmonies of #372116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372116

Black with #372116

Text Example


Text Example

White with #372116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372116; }

 p { color: rgb(55,33,22); }

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

background-color css

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

 a { background-color: rgb(55,33,22); }

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

border-color css

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

 span { border-color: rgb(55,33,22); }

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