Html Css Color HEX #372A24 Wood Bark

📋 copy color: '#372A24'

red 55 ◦ green 42 ◦ blue 36

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

Shades of Wood Bark #372A24

Tints of Wood Bark #372A24

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.58%

 BLUE value IS 36 (14.45% from 255) = 27.07%

R = 41.35%
G = 31.58%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#372A24 (or 0x372A24) is known color: Wood Bark. HEX triplet: 37, 2A and 24. RGB value is (55,42,36). Sum of RGB (Red+Green+Blue) = 55+42+36=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #372A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A24 is #C8D5DB. Grayscale: #2D2D2D. Windows color (decimal): -13161948 or 2370103. OLE color: 2370103.

HSL color Cylindrical-coordinate representation of color #372A24: hue angle of 18.95º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #372A24 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 42 36 -
CMYK 0 0.24 0.35 0.78
HSL 18.95º 0.21% 0.18% -
HSV(B) 18.95º 0.35% 0.22% -
XYZ 2.72 2.6 2.03 -
YUV 45.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 55 42 36 0 0.24 0.35 0.78 18.95 0.21 0.18
Hex 37 2A 24 0 18 23 4E 13 15 12
Octal 67 52 44 0 30 43 116 23 25 22
Binary 110111 101010 100100 0 11000 100011 1001110 10011 10101 10010

Color Harmonies of #372A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A24

Black with #372A24

Text Example


Text Example

White with #372A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372A24; }

 p { color: rgb(55,42,36); }

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

background-color css

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

 a { background-color: rgb(55,42,36); }

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

border-color css

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

 span { border-color: rgb(55,42,36); }

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