#35190D

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

Shades of Brown Pod #35190D

Tints of Brown Pod #35190D

Color information

#35190D (or 0x35190D) is unknown color: approx Brown Pod. HEX triplet: 35, 19 and 0D. RGB value is (53,25,13). Sum of RGB (Red+Green+Blue) = 53+25+13=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #35190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35190D is #CAE6F2. Grayscale: #202020. Windows color (decimal): -13297395 or 858421. OLE color: 858421.

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

Color convert

RGB532513-
CMYK00.530.750.79
HSL18º60.61%12.94%-
HSV(B)18º75.47%20.78%-
XYZ1.891.480.57-
YUV32117.28142.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 25 (10.16% from 255) = 27.47%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=58.24%
G=27.47%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53251300.530.750.791860.6112.94
Hex3519D0354B4F123dd
Octal653115065113117227515
Binary110101110011101011010110010111001111100101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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