#350D08

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

Shades of Seal Brown #350D08

Tints of Seal Brown #350D08

Color information

#350D08 (or 0x350D08) is unknown color: approx Seal Brown. HEX triplet: 35, 0D and 08. RGB value is (53,13,8). Sum of RGB (Red+Green+Blue) = 53+13+8=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #350D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D08 is #CAF2F7. Grayscale: #181818. Windows color (decimal): -13300472 or 527669. OLE color: 527669.

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

Color convert

RGB53138-
CMYK00.750.850.79
HSL6.67º73.77%11.96%-
HSV(B)6.67º84.91%20.78%-
XYZ1.661.060.35-
YUV24.39118.75148.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 71.62%
GREEN value IS 13 (5.47% from 255) = 17.57%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=71.62%
G=17.57%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5313800.750.850.796.6773.7711.96
Hex35D804B554F74ac
Octal6515100113125117711214
Binary11010111011000010010111010101100111111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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