#35100F

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

Shades of Seal Brown #35100F

Tints of Seal Brown #35100F

Color information

#35100F (or 0x35100F) is unknown color: approx Seal Brown. HEX triplet: 35, 10 and 0F. RGB value is (53,16,15). Sum of RGB (Red+Green+Blue) = 53+16+15=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #35100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35100F is #CAEFF0. Grayscale: #1A1A1A. Windows color (decimal): -13299697 or 987189. OLE color: 987189.

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

Color convert

RGB531615-
CMYK00.700.720.79
HSL1.58º55.88%13.33%-
HSV(B)1.58º71.7%20.78%-
XYZ1.741.160.58-
YUV26.95121.26146.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.10%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=63.10%
G=19.05%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53161500.700.720.791.5855.8813.33
Hex3510F046484F238d
Octal652017010611011727015
Binary1101011000011110100011010010001001111101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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