#352015

Color #352015 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #352015

Tints of Brown Pod #352015

Color information

#352015 (or 0x352015) is unknown color: approx Brown Pod. HEX triplet: 35, 20 and 15. RGB value is (53,32,21). Sum of RGB (Red+Green+Blue) = 53+32+21=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #352015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352015 is #CADFEA. Grayscale: #252525. Windows color (decimal): -13295595 or 1384501. OLE color: 1384501.

HSL color Cylindrical-coordinate representation of color #352015: hue angle of 20.63º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352015 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB533221-
CMYK00.400.600.79
HSL20.63º43.24%14.51%-
HSV(B)20.63º60.38%20.78%-
XYZ2.121.840.95-
YUV37.02118.96139.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=50%
G=30.19%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53322100.400.600.7920.6343.2414.51
Hex3520150283C4F152bf
Octal65402505074117255317
Binary1101011000001010101010001111001001111101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352015; }

 p { color: rgb(53,32,21); }

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

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

 a { background-color: rgb(53,32,21); }

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

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

 span { border-color: rgb(53,32,21); }

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