#36251C

Color #36251C Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #36251C

Tints of Wood Bark #36251C

Color information

#36251C (or 0x36251C) is unknown color: approx Wood Bark. HEX triplet: 36, 25 and 1C. RGB value is (54,37,28). Sum of RGB (Red+Green+Blue) = 54+37+28=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #36251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36251C is #C9DAE3. Grayscale: #292929. Windows color (decimal): -13228772 or 1844534. OLE color: 1844534.

HSL color Cylindrical-coordinate representation of color #36251C: hue angle of 20.77º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36251C is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB543728-
CMYK00.310.480.79
HSL20.77º31.71%16.08%-
HSV(B)20.77º48.15%21.18%-
XYZ2.392.191.4-
YUV41.06120.63137.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=45.38%
G=31.09%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54372800.310.480.7920.7731.7116.08
Hex36251C01F304F152010
Octal66453403760117254020
Binary1101101001011110001111111000010011111010110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36251C; }

 p { color: rgb(54,37,28); }

 H1.HeaderClassName
 {
   color: #36251C;
 }
 .AnyTagClassName
 {
   color: #36251C;
 }
</style>
background-color css

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

 a { background-color: rgb(54,37,28); }

 div.DivClassName
 {
   background-color: #36251C;
 }
 .BgClassName
 {
   background-color: #36251C;
 }
</style>
border-color css

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

 span { border-color: rgb(54,37,28); }

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