#35251E

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

Shades of Wood Bark #35251E

Tints of Wood Bark #35251E

Color information

#35251E (or 0x35251E) is unknown color: approx Wood Bark. HEX triplet: 35, 25 and 1E. RGB value is (53,37,30). Sum of RGB (Red+Green+Blue) = 53+37+30=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #35251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35251E is #CADAE1. Grayscale: #292929. Windows color (decimal): -13294306 or 1975605. OLE color: 1975605.

HSL color Cylindrical-coordinate representation of color #35251E: hue angle of 18.26º 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 #35251E is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB533730-
CMYK00.300.430.79
HSL18.26º27.71%16.27%-
HSV(B)18.26º43.4%20.78%-
XYZ2.362.171.52-
YUV40.99121.8136.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 30 (12.11% from 255) = 25%
R=44.17%
G=30.83%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53373000.300.430.7918.2627.7116.27
Hex35251E01E2B4F121c10
Octal65453603653117223420
Binary110101100101111100111101010111001111100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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