#350B03

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

Shades of Seal Brown #350B03

Tints of Seal Brown #350B03

Color information

#350B03 (or 0x350B03) is unknown color: approx Seal Brown. HEX triplet: 35, 0B and 03. RGB value is (53,11,3). Sum of RGB (Red+Green+Blue) = 53+11+3=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #350B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B03 is #CAF4FC. Grayscale: #161616. Windows color (decimal): -13300989 or 199477. OLE color: 199477.

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

Color convert

RGB53113-
CMYK00.790.940.79
HSL9.6º89.29%10.98%-
HSV(B)9.6º94.34%20.78%-
XYZ1.610.2-
YUV22.65116.91149.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 79.10%
GREEN value IS 11 (4.69% from 255) = 16.42%
BLUE value IS 3 (1.56% from 255) = 4.48%
R=79.10%
G=16.42%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5311300.790.940.799.689.2910.98
Hex35B304F5E4Fa59b
Octal6513301171361171213113
Binary1101011011110100111110111101001111101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,11,3); }

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

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

 a { background-color: rgb(53,11,3); }

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

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

 span { border-color: rgb(53,11,3); }

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