#35140A

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

Shades of Seal Brown #35140A

Tints of Seal Brown #35140A

Color information

#35140A (or 0x35140A) is unknown color: approx Seal Brown. HEX triplet: 35, 14 and 0A. RGB value is (53,20,10). Sum of RGB (Red+Green+Blue) = 53+20+10=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #35140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35140A is #CAEBF5. Grayscale: #1C1C1C. Windows color (decimal): -13298678 or 660533. OLE color: 660533.

HSL color Cylindrical-coordinate representation of color #35140A: hue angle of 13.95º 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 #35140A is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB532010-
CMYK00.620.810.79
HSL13.95º68.25%12.35%-
HSV(B)13.95º81.13%20.78%-
XYZ1.771.280.44-
YUV28.73117.43145.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.86%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 10 (4.30% from 255) = 12.05%
R=63.86%
G=24.10%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53201000.620.810.7913.9568.2512.35
Hex3514A03E514Fe44c
Octal6524120761211171610414
Binary110101101001010011111010100011001111111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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