#35241C

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

Shades of Wood Bark #35241C

Tints of Wood Bark #35241C

Color information

#35241C (or 0x35241C) is unknown color: approx Wood Bark. HEX triplet: 35, 24 and 1C. RGB value is (53,36,28). Sum of RGB (Red+Green+Blue) = 53+36+28=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35241C is #CADBE3. Grayscale: #282828. Windows color (decimal): -13294564 or 1844277. OLE color: 1844277.

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

Color convert

RGB533628-
CMYK00.320.470.79
HSL19.2º30.86%15.88%-
HSV(B)19.2º47.17%20.78%-
XYZ2.312.11.38-
YUV40.17121.13137.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=45.30%
G=30.77%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53362800.320.470.7919.230.8615.88
Hex35241C0202F4F131f10
Octal65443404057117233720
Binary1101011001001110001000001011111001111100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,36,28); }

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

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

 a { background-color: rgb(53,36,28); }

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

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

 span { border-color: rgb(53,36,28); }

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