#35190E

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

Shades of Brown Pod #35190E

Tints of Brown Pod #35190E

Color information

#35190E (or 0x35190E) is unknown color: approx Brown Pod. HEX triplet: 35, 19 and 0E. RGB value is (53,25,14). Sum of RGB (Red+Green+Blue) = 53+25+14=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #35190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35190E is #CAE6F1. Grayscale: #202020. Windows color (decimal): -13297394 or 923957. OLE color: 923957.

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

Color convert

RGB532514-
CMYK00.530.740.79
HSL16.92º58.21%13.14%-
HSV(B)16.92º73.58%20.78%-
XYZ1.91.480.6-
YUV32.12117.78142.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 14 (5.86% from 255) = 15.22%
R=57.61%
G=27.17%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53251400.530.740.7916.9258.2113.14
Hex3519E0354A4F113ad
Octal653116065112117217215
Binary110101110011110011010110010101001111100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,25,14); }

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

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

 a { background-color: rgb(53,25,14); }

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

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

 span { border-color: rgb(53,25,14); }

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