Html Css Color HEX #372216 Brown Pod

📋 copy color: '#372216'

red 55 ◦ green 34 ◦ blue 22

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

Shades of Brown Pod #372216

Tints of Brown Pod #372216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.63%

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

R = 49.55%
G = 30.63%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#372216 (or 0x372216) is known color: Brown Pod. HEX triplet: 37, 22 and 16. RGB value is (55,34,22). Sum of RGB (Red+Green+Blue) = 55+34+22=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372216 is #C8DDE9. Grayscale: #262626. Windows color (decimal): -13164010 or 1450551. OLE color: 1450551.

HSL color Cylindrical-coordinate representation of color #372216: hue angle of 21.82º 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 #372216 is Cyan = 0, Magento = 0.38, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 34 22 -
CMYK 0 0.38 0.6 0.78
HSL 21.82º 0.43% 0.15% -
HSV(B) 21.82º 0.6% 0.22% -
XYZ 2.29 2.01 1.03 -
YUV 38.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 55 34 22 0 0.38 0.6 0.78 21.82 0.43 0.15
Hex 37 22 16 0 26 3C 4E 16 2B F
Octal 67 42 26 0 46 74 116 26 53 17
Binary 110111 100010 10110 0 100110 111100 1001110 10110 101011 1111

Color Harmonies of #372216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372216

Black with #372216

Text Example


Text Example

White with #372216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372216; }

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

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

background-color css

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

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

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

border-color css

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

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

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