#35180F

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

Shades of Brown Pod #35180F

Tints of Brown Pod #35180F

Color information

#35180F (or 0x35180F) is unknown color: approx Brown Pod. HEX triplet: 35, 18 and 0F. RGB value is (53,24,15). Sum of RGB (Red+Green+Blue) = 53+24+15=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #35180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35180F is #CAE7F0. Grayscale: #1F1F1F. Windows color (decimal): -13297649 or 989237. OLE color: 989237.

HSL color Cylindrical-coordinate representation of color #35180F: hue angle of 14.21º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35180F is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB532415-
CMYK00.550.720.79
HSL14.21º55.88%13.33%-
HSV(B)14.21º71.7%20.78%-
XYZ1.881.440.63-
YUV31.64118.61143.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=57.61%
G=26.09%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53241500.550.720.7914.2155.8813.33
Hex3518F037484Fe38d
Octal653017067110117167015
Binary11010111000111101101111001000100111111101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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