#350C08

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

Shades of Seal Brown #350C08

Tints of Seal Brown #350C08

Color information

#350C08 (or 0x350C08) is unknown color: approx Seal Brown. HEX triplet: 35, 0C and 08. RGB value is (53,12,8). Sum of RGB (Red+Green+Blue) = 53+12+8=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #350C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C08 is #CAF3F7. Grayscale: #171717. Windows color (decimal): -13300728 or 527413. OLE color: 527413.

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

Color convert

RGB53128-
CMYK00.770.850.79
HSL5.33º73.77%11.96%-
HSV(B)5.33º84.91%20.78%-
XYZ1.641.040.34-
YUV23.8119.08148.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 72.60%
GREEN value IS 12 (5.08% from 255) = 16.44%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=72.60%
G=16.44%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5312800.770.850.795.3373.7711.96
Hex35C804D554F54ac
Octal6514100115125117511214
Binary11010111001000010011011010101100111110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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