#350E0C

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

Shades of Seal Brown #350E0C

Tints of Seal Brown #350E0C

Color information

#350E0C (or 0x350E0C) is unknown color: approx Seal Brown. HEX triplet: 35, 0E and 0C. RGB value is (53,14,12). Sum of RGB (Red+Green+Blue) = 53+14+12=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #350E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E0C is #CAF1F3. Grayscale: #191919. Windows color (decimal): -13300212 or 790069. OLE color: 790069.

HSL color Cylindrical-coordinate representation of color #350E0C: hue angle of 2.93º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350E0C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB531412-
CMYK00.740.770.79
HSL2.93º63.08%12.75%-
HSV(B)2.93º77.36%20.78%-
XYZ1.691.10.47-
YUV25.43120.42147.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.09%
GREEN value IS 14 (5.86% from 255) = 17.72%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=67.09%
G=17.72%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53141200.740.770.792.9363.0812.75
Hex35EC04A4D4F33fd
Octal651614011211511737715
Binary110101111011000100101010011011001111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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