Html Css Color HEX #372013 Brown Pod

📋 copy color: '#372013'

red 55 ◦ green 32 ◦ blue 19

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

Shades of Brown Pod #372013

Tints of Brown Pod #372013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.92%

R = 51.89%
G = 30.19%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#372013 (or 0x372013) is known color: Brown Pod. HEX triplet: 37, 20 and 13. RGB value is (55,32,19). Sum of RGB (Red+Green+Blue) = 55+32+19=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #372013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372013 is #C8DFEC. Grayscale: #252525. Windows color (decimal): -13164525 or 1253431. OLE color: 1253431.

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

Color convert

RGB 55 32 19 -
CMYK 0 0.42 0.65 0.78
HSL 21.67º 0.49% 0.15% -
HSV(B) 21.67º 0.65% 0.22% -
XYZ 2.21 1.89 0.86 -
YUV 37.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 55 32 19 0 0.42 0.65 0.78 21.67 0.49 0.15
Hex 37 20 13 0 2A 41 4E 16 31 F
Octal 67 40 23 0 52 101 116 26 61 17
Binary 110111 100000 10011 0 101010 1000001 1001110 10110 110001 1111

Color Harmonies of #372013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372013

Black with #372013

Text Example


Text Example

White with #372013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372013; }

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

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

background-color css

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

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

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

border-color css

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

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

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