#35190C

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

Shades of Brown Pod #35190C

Tints of Brown Pod #35190C

Color information

#35190C (or 0x35190C) is unknown color: approx Brown Pod. HEX triplet: 35, 19 and 0C. RGB value is (53,25,12). Sum of RGB (Red+Green+Blue) = 53+25+12=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #35190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35190C is #CAE6F3. Grayscale: #1F1F1F. Windows color (decimal): -13297396 or 792885. OLE color: 792885.

HSL color Cylindrical-coordinate representation of color #35190C: hue angle of 19.02º 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 #35190C is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB532512-
CMYK00.530.770.79
HSL19.02º63.08%12.75%-
HSV(B)19.02º77.36%20.78%-
XYZ1.881.480.53-
YUV31.89116.78143.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 25 (10.16% from 255) = 27.78%
BLUE value IS 12 (5.08% from 255) = 13.33%
R=58.89%
G=27.78%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53251200.530.770.7919.0263.0812.75
Hex3519C0354D4F133fd
Octal653114065115117237715
Binary110101110011100011010110011011001111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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