#35261E

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

Shades of Wood Bark #35261E

Tints of Wood Bark #35261E

Color information

#35261E (or 0x35261E) is unknown color: approx Wood Bark. HEX triplet: 35, 26 and 1E. RGB value is (53,38,30). Sum of RGB (Red+Green+Blue) = 53+38+30=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #35261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35261E is #CAD9E1. Grayscale: #292929. Windows color (decimal): -13294050 or 1975861. OLE color: 1975861.

HSL color Cylindrical-coordinate representation of color #35261E: hue angle of 20.87º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35261E is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB533830-
CMYK00.280.430.79
HSL20.87º27.71%16.27%-
HSV(B)20.87º43.4%20.78%-
XYZ2.42.241.53-
YUV41.57121.47136.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=43.80%
G=31.40%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53383000.280.430.7920.8727.7116.27
Hex35261E01C2B4F151c10
Octal65463603453117253420
Binary110101100110111100111001010111001111101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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