#350C04

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

Shades of Seal Brown #350C04

Tints of Seal Brown #350C04

Color information

#350C04 (or 0x350C04) is unknown color: approx Seal Brown. HEX triplet: 35, 0C and 04. RGB value is (53,12,4). Sum of RGB (Red+Green+Blue) = 53+12+4=69 (9% of max value = 765). Red value is 53 (21.09% from 255 or 76.81% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 53 - color contains mainly: red. Hex color #350C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C04 is #CAF3FB. Grayscale: #171717. Windows color (decimal): -13300732 or 265269. OLE color: 265269.

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

Color convert

RGB53124-
CMYK00.770.920.79
HSL9.8º85.96%11.18%-
HSV(B)9.8º92.45%20.78%-
XYZ1.621.030.23-
YUV23.35117.08149.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 76.81%
GREEN value IS 12 (5.08% from 255) = 17.39%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=76.81%
G=17.39%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5312400.770.920.799.885.9611.18
Hex35C404D5C4Fa56b
Octal6514401151341171212613
Binary11010111001000100110110111001001111101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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