#350E0E

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

Shades of Seal Brown #350E0E

Tints of Seal Brown #350E0E

Color information

#350E0E (or 0x350E0E) is unknown color: approx Seal Brown. HEX triplet: 35, 0E and 0E. RGB value is (53,14,14). Sum of RGB (Red+Green+Blue) = 53+14+14=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #350E0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E0E is #CAF1F1. Grayscale: #191919. Windows color (decimal): -13300210 or 921141. OLE color: 921141.

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

Color convert

RGB531414-
CMYK00.740.740.79
HSL58.21%13.14%-
HSV(B)73.58%20.78%-
XYZ1.71.10.54-
YUV25.66121.42147.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 65.43%
GREEN value IS 14 (5.86% from 255) = 17.28%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=65.43%
G=17.28%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53141400.740.740.79058.2113.14
Hex35EE04A4A4F03ad
Octal651616011211211707215
Binary11010111101110010010101001010100111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350E0E; }

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

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

<style>
 a { background-color: #350E0E; }

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

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

<style>
 span { border-color: #350E0E; }

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

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