#35180E

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

Shades of Brown Pod #35180E

Tints of Brown Pod #35180E

Color information

#35180E (or 0x35180E) is unknown color: approx Brown Pod. HEX triplet: 35, 18 and 0E. RGB value is (53,24,14). Sum of RGB (Red+Green+Blue) = 53+24+14=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #35180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35180E is #CAE7F1. Grayscale: #1F1F1F. Windows color (decimal): -13297650 or 923701. OLE color: 923701.

HSL color Cylindrical-coordinate representation of color #35180E: hue angle of 15.38º 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 #35180E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB532414-
CMYK00.550.740.79
HSL15.38º58.21%13.14%-
HSV(B)15.38º73.58%20.78%-
XYZ1.871.440.59-
YUV31.53118.11143.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 14 (5.86% from 255) = 15.38%
R=58.24%
G=26.37%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53241400.550.740.7915.3858.2113.14
Hex3518E0374A4Ff3ad
Octal653016067112117177215
Binary11010111000111001101111001010100111111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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