#35190A

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

Shades of Brown Pod #35190A

Tints of Brown Pod #35190A

Color information

#35190A (or 0x35190A) is unknown color: approx Brown Pod. HEX triplet: 35, 19 and 0A. RGB value is (53,25,10). Sum of RGB (Red+Green+Blue) = 53+25+10=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #35190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35190A is #CAE6F5. Grayscale: #1F1F1F. Windows color (decimal): -13297398 or 661813. OLE color: 661813.

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

Color convert

RGB532510-
CMYK00.530.810.79
HSL20.93º68.25%12.35%-
HSV(B)20.93º81.13%20.78%-
XYZ1.871.470.47-
YUV31.66115.78143.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=60.23%
G=28.41%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53251000.530.810.7920.9368.2512.35
Hex3519A035514F1544c
Octal6531120651211172510414
Binary1101011100110100110101101000110011111010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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