#35160C

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

Shades of Brown Pod #35160C

Tints of Brown Pod #35160C

Color information

#35160C (or 0x35160C) is unknown color: approx Brown Pod. HEX triplet: 35, 16 and 0C. RGB value is (53,22,12). Sum of RGB (Red+Green+Blue) = 53+22+12=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #35160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35160C is #CAE9F3. Grayscale: #1E1E1E. Windows color (decimal): -13298164 or 792117. OLE color: 792117.

HSL color Cylindrical-coordinate representation of color #35160C: hue angle of 14.63º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35160C is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB532212-
CMYK00.580.770.79
HSL14.63º63.08%12.75%-
HSV(B)14.63º77.36%20.78%-
XYZ1.821.360.51-
YUV30.13117.77144.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.92%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 12 (5.08% from 255) = 13.79%
R=60.92%
G=25.29%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53221200.580.770.7914.6363.0812.75
Hex3516C03A4D4Ff3fd
Octal652614072115117177715
Binary11010110110110001110101001101100111111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35160C; }

 p { color: rgb(53,22,12); }

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

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

 a { background-color: rgb(53,22,12); }

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

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

 span { border-color: rgb(53,22,12); }

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