Html Css Color HEX #372119 Brown Pod

📋 copy color: '#372119'

red 55 ◦ green 33 ◦ blue 25

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

Shades of Brown Pod #372119

Tints of Brown Pod #372119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 48.67%
G = 29.2%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#372119 (or 0x372119) is known color: Brown Pod. HEX triplet: 37, 21 and 19. RGB value is (55,33,25). Sum of RGB (Red+Green+Blue) = 55+33+25=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #372119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372119 is #C8DEE6. Grayscale: #262626. Windows color (decimal): -13164263 or 1646903. OLE color: 1646903.

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

Color convert

RGB 55 33 25 -
CMYK 0 0.4 0.55 0.78
HSL 16º 0.38% 0.16% -
HSV(B) 16º 0.55% 0.22% -
XYZ 2.29 1.97 1.18 -
YUV 38.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 55 33 25 0 0.4 0.55 0.78 16 0.38 0.16
Hex 37 21 19 0 28 37 4E 10 26 10
Octal 67 41 31 0 50 67 116 20 46 20
Binary 110111 100001 11001 0 101000 110111 1001110 10000 100110 10000

Color Harmonies of #372119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372119

Black with #372119

Text Example


Text Example

White with #372119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372119; }

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

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

background-color css

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

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

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

border-color css

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

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

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