Html Css Color HEX #372319 Brown Pod

📋 copy color: '#372319'

red 55 ◦ green 35 ◦ blue 25

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

Shades of Brown Pod #372319

Tints of Brown Pod #372319

RGB

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

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

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

R = 47.83%
G = 30.43%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#372319 (or 0x372319) is known color: Brown Pod. HEX triplet: 37, 23 and 19. RGB value is (55,35,25). Sum of RGB (Red+Green+Blue) = 55+35+25=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #372319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372319 is #C8DCE6. Grayscale: #272727. Windows color (decimal): -13163751 or 1647415. OLE color: 1647415.

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

Color convert

RGB 55 35 25 -
CMYK 0 0.36 0.55 0.78
HSL 20º 0.38% 0.16% -
HSV(B) 20º 0.55% 0.22% -
XYZ 2.35 2.08 1.2 -
YUV 39.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 55 35 25 0 0.36 0.55 0.78 20 0.38 0.16
Hex 37 23 19 0 24 37 4E 14 26 10
Octal 67 43 31 0 44 67 116 24 46 20
Binary 110111 100011 11001 0 100100 110111 1001110 10100 100110 10000

Color Harmonies of #372319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372319

Black with #372319

Text Example


Text Example

White with #372319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372319; }

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

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

background-color css

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

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

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

border-color css

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

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

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