Html Css Color HEX #372821 Wood Bark

📋 copy color: '#372821'

red 55 ◦ green 40 ◦ blue 33

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

Shades of Wood Bark #372821

Tints of Wood Bark #372821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.25%

 BLUE value IS 33 (13.28% from 255) = 25.78%

R = 42.97%
G = 31.25%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#372821 (or 0x372821) is known color: Wood Bark. HEX triplet: 37, 28 and 21. RGB value is (55,40,33). Sum of RGB (Red+Green+Blue) = 55+40+33=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #372821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372821 is #C8D7DE. Grayscale: #2B2B2B. Windows color (decimal): -13162463 or 2172983. OLE color: 2172983.

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

Color convert

RGB 55 40 33 -
CMYK 0 0.27 0.4 0.78
HSL 19.09º 0.25% 0.17% -
HSV(B) 19.09º 0.4% 0.22% -
XYZ 2.61 2.44 1.77 -
YUV 43.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 55 40 33 0 0.27 0.4 0.78 19.09 0.25 0.17
Hex 37 28 21 0 1B 28 4E 13 19 11
Octal 67 50 41 0 33 50 116 23 31 21
Binary 110111 101000 100001 0 11011 101000 1001110 10011 11001 10001

Color Harmonies of #372821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372821

Black with #372821

Text Example


Text Example

White with #372821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372821; }

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

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

background-color css

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

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

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

border-color css

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

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

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