Html Css Color HEX #372218 Brown Pod

📋 copy color: '#372218'

red 55 ◦ green 34 ◦ blue 24

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

Shades of Brown Pod #372218

Tints of Brown Pod #372218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.24%

R = 48.67%
G = 30.09%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#372218 (or 0x372218) is known color: Brown Pod. HEX triplet: 37, 22 and 18. RGB value is (55,34,24). Sum of RGB (Red+Green+Blue) = 55+34+24=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #372218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372218 is #C8DDE7. Grayscale: #272727. Windows color (decimal): -13164008 or 1581623. OLE color: 1581623.

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

Color convert

RGB 55 34 24 -
CMYK 0 0.38 0.56 0.78
HSL 19.35º 0.39% 0.15% -
HSV(B) 19.35º 0.56% 0.22% -
XYZ 2.31 2.02 1.13 -
YUV 39.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 55 34 24 0 0.38 0.56 0.78 19.35 0.39 0.15
Hex 37 22 18 0 26 38 4E 13 27 F
Octal 67 42 30 0 46 70 116 23 47 17
Binary 110111 100010 11000 0 100110 111000 1001110 10011 100111 1111

Color Harmonies of #372218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372218

Black with #372218

Text Example


Text Example

White with #372218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372218; }

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

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

background-color css

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

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

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

border-color css

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

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

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