#35160F

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

Shades of Seal Brown #35160F

Tints of Seal Brown #35160F

Color information

#35160F (or 0x35160F) is unknown color: approx Seal Brown. HEX triplet: 35, 16 and 0F. RGB value is (53,22,15). Sum of RGB (Red+Green+Blue) = 53+22+15=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #35160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35160F is #CAE9F0. Grayscale: #1E1E1E. Windows color (decimal): -13298161 or 988725. OLE color: 988725.

HSL color Cylindrical-coordinate representation of color #35160F: hue angle of 11.05º 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 #35160F is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB532215-
CMYK00.580.720.79
HSL11.05º55.88%13.33%-
HSV(B)11.05º71.7%20.78%-
XYZ1.841.370.62-
YUV30.47119.27144.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=58.89%
G=24.44%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53221500.580.720.7911.0555.8813.33
Hex3516F03A484Fb38d
Octal652617072110117137015
Binary11010110110111101110101001000100111110111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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