Html Css Color HEX #372B26 Wood Bark

📋 copy color: '#372B26'

red 55 ◦ green 43 ◦ blue 38

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

Shades of Wood Bark #372B26

Tints of Wood Bark #372B26

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.62%

 BLUE value IS 38 (15.23% from 255) = 27.94%

R = 40.44%
G = 31.62%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#372B26 (or 0x372B26) is known color: Wood Bark. HEX triplet: 37, 2B and 26. RGB value is (55,43,38). Sum of RGB (Red+Green+Blue) = 55+43+38=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #372B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B26 is #C8D4D9. Grayscale: #2E2E2E. Windows color (decimal): -13161690 or 2501431. OLE color: 2501431.

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

Color convert

RGB 55 43 38 -
CMYK 0 0.22 0.31 0.78
HSL 17.65º 0.18% 0.18% -
HSV(B) 17.65º 0.31% 0.22% -
XYZ 2.79 2.68 2.2 -
YUV 46.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 55 43 38 0 0.22 0.31 0.78 17.65 0.18 0.18
Hex 37 2B 26 0 16 1F 4E 12 12 12
Octal 67 53 46 0 26 37 116 22 22 22
Binary 110111 101011 100110 0 10110 11111 1001110 10010 10010 10010

Color Harmonies of #372B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B26

Black with #372B26

Text Example


Text Example

White with #372B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,38); }

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

background-color css

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

 a { background-color: rgb(55,43,38); }

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

border-color css

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

 span { border-color: rgb(55,43,38); }

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