#350D0C

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

Shades of Seal Brown #350D0C

Tints of Seal Brown #350D0C

Color information

#350D0C (or 0x350D0C) is unknown color: approx Seal Brown. HEX triplet: 35, 0D and 0C. RGB value is (53,13,12). Sum of RGB (Red+Green+Blue) = 53+13+12=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D0C is #CAF2F3. Grayscale: #181818. Windows color (decimal): -13300468 or 789813. OLE color: 789813.

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

Color convert

RGB531312-
CMYK00.750.770.79
HSL1.46º63.08%12.75%-
HSV(B)1.46º77.36%20.78%-
XYZ1.681.070.47-
YUV24.85120.75148.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.95%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=67.95%
G=16.67%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53131200.750.770.791.4663.0812.75
Hex35DC04B4D4F13fd
Octal651514011311511717715
Binary11010111011100010010111001101100111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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