#350C0B

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

Shades of Seal Brown #350C0B

Tints of Seal Brown #350C0B

Color information

#350C0B (or 0x350C0B) is unknown color: approx Seal Brown. HEX triplet: 35, 0C and 0B. RGB value is (53,12,11). Sum of RGB (Red+Green+Blue) = 53+12+11=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C0B is #CAF3F4. Grayscale: #181818. Windows color (decimal): -13300725 or 724021. OLE color: 724021.

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

Color convert

RGB531211-
CMYK00.770.790.79
HSL1.43º65.62%12.55%-
HSV(B)1.43º79.25%20.78%-
XYZ1.661.040.43-
YUV24.14120.58148.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 69.74%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=69.74%
G=15.79%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53121100.770.790.791.4365.6212.55
Hex35CB04D4F4F142d
Octal6514130115117117110215
Binary110101110010110100110110011111001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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