Html Css Color HEX #372822 Wood Bark

📋 copy color: '#372822'

red 55 ◦ green 40 ◦ blue 34

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

Shades of Wood Bark #372822

Tints of Wood Bark #372822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 26.36%

R = 42.64%
G = 31.01%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#372822 (or 0x372822) is known color: Wood Bark. HEX triplet: 37, 28 and 22. RGB value is (55,40,34). Sum of RGB (Red+Green+Blue) = 55+40+34=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #372822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372822 is #C8D7DD. Grayscale: #2B2B2B. Windows color (decimal): -13162462 or 2238519. OLE color: 2238519.

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

Color convert

RGB 55 40 34 -
CMYK 0 0.27 0.38 0.78
HSL 17.14º 0.24% 0.17% -
HSV(B) 17.14º 0.38% 0.22% -
XYZ 2.62 2.45 1.85 -
YUV 43.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 55 40 34 0 0.27 0.38 0.78 17.14 0.24 0.17
Hex 37 28 22 0 1B 26 4E 11 18 11
Octal 67 50 42 0 33 46 116 21 30 21
Binary 110111 101000 100010 0 11011 100110 1001110 10001 11000 10001

Color Harmonies of #372822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372822

Black with #372822

Text Example


Text Example

White with #372822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372822; }

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

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

background-color css

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

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

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

border-color css

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

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

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