#350B0A

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

Shades of Seal Brown #350B0A

Tints of Seal Brown #350B0A

Color information

#350B0A (or 0x350B0A) is unknown color: approx Seal Brown. HEX triplet: 35, 0B and 0A. RGB value is (53,11,10). Sum of RGB (Red+Green+Blue) = 53+11+10=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #350B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B0A is #CAF4F5. Grayscale: #171717. Windows color (decimal): -13300982 or 658229. OLE color: 658229.

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

Color convert

RGB531110-
CMYK00.790.810.79
HSL1.4º68.25%12.35%-
HSV(B)1.4º81.13%20.78%-
XYZ1.641.020.4-
YUV23.44120.41149.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 71.62%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=71.62%
G=14.86%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53111000.790.810.791.468.2512.35
Hex35BA04F514F144c
Octal6513120117121117110414
Binary110101101110100100111110100011001111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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