#350D0A

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

Shades of Seal Brown #350D0A

Tints of Seal Brown #350D0A

Color information

#350D0A (or 0x350D0A) is unknown color: approx Seal Brown. HEX triplet: 35, 0D and 0A. RGB value is (53,13,10). Sum of RGB (Red+Green+Blue) = 53+13+10=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D0A is #CAF2F5. Grayscale: #181818. Windows color (decimal): -13300470 or 658741. OLE color: 658741.

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

Color convert

RGB531310-
CMYK00.750.810.79
HSL4.19º68.25%12.35%-
HSV(B)4.19º81.13%20.78%-
XYZ1.671.070.41-
YUV24.62119.75148.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 69.74%
GREEN value IS 13 (5.47% from 255) = 17.11%
BLUE value IS 10 (4.30% from 255) = 13.16%
R=69.74%
G=17.11%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53131000.750.810.794.1968.2512.35
Hex35DA04B514F444c
Octal6515120113121117410414
Binary11010111011010010010111010001100111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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