#35261F

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

Shades of Wood Bark #35261F

Tints of Wood Bark #35261F

Color information

#35261F (or 0x35261F) is unknown color: approx Wood Bark. HEX triplet: 35, 26 and 1F. RGB value is (53,38,31). Sum of RGB (Red+Green+Blue) = 53+38+31=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #35261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35261F is #CAD9E0. Grayscale: #292929. Windows color (decimal): -13294049 or 2041397. OLE color: 2041397.

HSL color Cylindrical-coordinate representation of color #35261F: hue angle of 19.09º 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 #35261F is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB533831-
CMYK00.280.420.79
HSL19.09º26.19%16.47%-
HSV(B)19.09º41.51%20.78%-
XYZ2.412.241.6-
YUV41.69121.97136.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=43.44%
G=31.15%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53383100.280.420.7919.0926.1916.47
Hex35261F01C2A4F131a10
Octal65463703452117233220
Binary110101100110111110111001010101001111100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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