#350D02

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

Shades of Seal Brown #350D02

Tints of Seal Brown #350D02

Color information

#350D02 (or 0x350D02) is unknown color: approx Seal Brown. HEX triplet: 35, 0D and 02. RGB value is (53,13,2). Sum of RGB (Red+Green+Blue) = 53+13+2=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #350D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D02 is #CAF2FD. Grayscale: #171717. Windows color (decimal): -13300478 or 134453. OLE color: 134453.

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

Color convert

RGB53132-
CMYK00.750.960.79
HSL12.94º92.73%10.78%-
HSV(B)12.94º96.23%20.78%-
XYZ1.621.050.17-
YUV23.71115.75148.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 77.94%
GREEN value IS 13 (5.47% from 255) = 19.12%
BLUE value IS 2 (1.17% from 255) = 2.94%
R=77.94%
G=19.12%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5313200.750.960.7912.9492.7310.78
Hex35D204B604Fd5db
Octal6515201131401171513513
Binary1101011101100100101111000001001111110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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