#350E0B

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

Shades of Seal Brown #350E0B

Tints of Seal Brown #350E0B

Color information

#350E0B (or 0x350E0B) is unknown color: approx Seal Brown. HEX triplet: 35, 0E and 0B. RGB value is (53,14,11). Sum of RGB (Red+Green+Blue) = 53+14+11=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E0B is #CAF1F4. Grayscale: #191919. Windows color (decimal): -13300213 or 724533. OLE color: 724533.

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

Color convert

RGB531411-
CMYK00.740.790.79
HSL4.29º65.62%12.55%-
HSV(B)4.29º79.25%20.78%-
XYZ1.691.10.44-
YUV25.32119.92147.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.95%
GREEN value IS 14 (5.86% from 255) = 17.95%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=67.95%
G=17.95%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53141100.740.790.794.2965.6212.55
Hex35EB04A4F4F442d
Octal6516130112117117410215
Binary11010111101011010010101001111100111110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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