#350D0B

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

Shades of Seal Brown #350D0B

Tints of Seal Brown #350D0B

Color information

#350D0B (or 0x350D0B) is unknown color: approx Seal Brown. HEX triplet: 35, 0D and 0B. RGB value is (53,13,11). Sum of RGB (Red+Green+Blue) = 53+13+11=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #350D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D0B is #CAF2F4. Grayscale: #181818. Windows color (decimal): -13300469 or 724277. OLE color: 724277.

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

Color convert

RGB531311-
CMYK00.750.790.79
HSL2.86º65.62%12.55%-
HSV(B)2.86º79.25%20.78%-
XYZ1.671.070.43-
YUV24.73120.25148.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 68.83%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=68.83%
G=16.88%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53131100.750.790.792.8665.6212.55
Hex35DB04B4F4F342d
Octal6515130113117117310215
Binary1101011101101101001011100111110011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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