#35251F

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

Shades of Wood Bark #35251F

Tints of Wood Bark #35251F

Color information

#35251F (or 0x35251F) is unknown color: approx Wood Bark. HEX triplet: 35, 25 and 1F. RGB value is (53,37,31). Sum of RGB (Red+Green+Blue) = 53+37+31=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #35251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35251F is #CADAE0. Grayscale: #292929. Windows color (decimal): -13294305 or 2041141. OLE color: 2041141.

HSL color Cylindrical-coordinate representation of color #35251F: hue angle of 16.36º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35251F is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB533731-
CMYK00.300.420.79
HSL16.36º26.19%16.47%-
HSV(B)16.36º41.51%20.78%-
XYZ2.382.181.59-
YUV41.1122.3136.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=43.80%
G=30.58%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53373100.300.420.7916.3626.1916.47
Hex35251F01E2A4F101a10
Octal65453703652117203220
Binary110101100101111110111101010101001111100001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35251F; }

 p { color: rgb(53,37,31); }

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

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

 a { background-color: rgb(53,37,31); }

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

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

 span { border-color: rgb(53,37,31); }

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