Html Css Color HEX #372823 Wood Bark

📋 copy color: '#372823'

red 55 ◦ green 40 ◦ blue 35

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

Shades of Wood Bark #372823

Tints of Wood Bark #372823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.92%

R = 42.31%
G = 30.77%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#372823 (or 0x372823) is known color: Wood Bark. HEX triplet: 37, 28 and 23. RGB value is (55,40,35). Sum of RGB (Red+Green+Blue) = 55+40+35=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #372823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372823 is #C8D7DC. Grayscale: #2B2B2B. Windows color (decimal): -13162461 or 2304055. OLE color: 2304055.

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

Color convert

RGB 55 40 35 -
CMYK 0 0.27 0.36 0.78
HSL 15º 0.22% 0.18% -
HSV(B) 15º 0.36% 0.22% -
XYZ 2.64 2.45 1.92 -
YUV 43.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 55 40 35 0 0.27 0.36 0.78 15 0.22 0.18
Hex 37 28 23 0 1B 24 4E F 16 12
Octal 67 50 43 0 33 44 116 17 26 22
Binary 110111 101000 100011 0 11011 100100 1001110 1111 10110 10010

Color Harmonies of #372823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372823

Black with #372823

Text Example


Text Example

White with #372823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372823; }

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

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

background-color css

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

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

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

border-color css

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

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

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