Html Css Color HEX #372A25 Wood Bark

📋 copy color: '#372A25'

red 55 ◦ green 42 ◦ blue 37

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

Shades of Wood Bark #372A25

Tints of Wood Bark #372A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.61%

R = 41.04%
G = 31.34%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#372A25 (or 0x372A25) is known color: Wood Bark. HEX triplet: 37, 2A and 25. RGB value is (55,42,37). Sum of RGB (Red+Green+Blue) = 55+42+37=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #372A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A25 is #C8D5DA. Grayscale: #2D2D2D. Windows color (decimal): -13161947 or 2435639. OLE color: 2435639.

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

Color convert

RGB 55 42 37 -
CMYK 0 0.24 0.33 0.78
HSL 16.67º 0.2% 0.18% -
HSV(B) 16.67º 0.33% 0.22% -
XYZ 2.74 2.6 2.11 -
YUV 45.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 55 42 37 0 0.24 0.33 0.78 16.67 0.2 0.18
Hex 37 2A 25 0 18 21 4E 11 14 12
Octal 67 52 45 0 30 41 116 21 24 22
Binary 110111 101010 100101 0 11000 100001 1001110 10001 10100 10010

Color Harmonies of #372A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A25

Black with #372A25

Text Example


Text Example

White with #372A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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