#35271F

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

Shades of Wood Bark #35271F

Tints of Wood Bark #35271F

Color information

#35271F (or 0x35271F) is unknown color: approx Wood Bark. HEX triplet: 35, 27 and 1F. RGB value is (53,39,31). Sum of RGB (Red+Green+Blue) = 53+39+31=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #35271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35271F is #CAD8E0. Grayscale: #2A2A2A. Windows color (decimal): -13293793 or 2041653. OLE color: 2041653.

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

Color convert

RGB533931-
CMYK00.260.420.79
HSL21.82º26.19%16.47%-
HSV(B)21.82º41.51%20.78%-
XYZ2.442.311.61-
YUV42.27121.64135.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 39 (15.62% from 255) = 31.71%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=43.09%
G=31.71%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53393100.260.420.7921.8226.1916.47
Hex35271F01A2A4F161a10
Octal65473703252117263220
Binary110101100111111110110101010101001111101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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