Html Css Color HEX #372318 Brown Pod

📋 copy color: '#372318'

red 55 ◦ green 35 ◦ blue 24

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

Shades of Brown Pod #372318

Tints of Brown Pod #372318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.7%

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

R = 48.25%
G = 30.7%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#372318 (or 0x372318) is known color: Brown Pod. HEX triplet: 37, 23 and 18. RGB value is (55,35,24). Sum of RGB (Red+Green+Blue) = 55+35+24=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #372318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372318 is #C8DCE7. Grayscale: #272727. Windows color (decimal): -13163752 or 1581879. OLE color: 1581879.

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

Color convert

RGB 55 35 24 -
CMYK 0 0.36 0.56 0.78
HSL 21.29º 0.39% 0.15% -
HSV(B) 21.29º 0.56% 0.22% -
XYZ 2.34 2.08 1.14 -
YUV 39.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 55 35 24 0 0.36 0.56 0.78 21.29 0.39 0.15
Hex 37 23 18 0 24 38 4E 15 27 F
Octal 67 43 30 0 44 70 116 25 47 17
Binary 110111 100011 11000 0 100100 111000 1001110 10101 100111 1111

Color Harmonies of #372318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372318

Black with #372318

Text Example


Text Example

White with #372318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372318; }

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

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

background-color css

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

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

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

border-color css

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

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

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