#3C0A05

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

Shades of Seal Brown #3C0A05

Tints of Seal Brown #3C0A05

Color information

#3C0A05 (or 0x3C0A05) is unknown color: approx Seal Brown. HEX triplet: 3C, 0A and 05. RGB value is (60,10,5). Sum of RGB (Red+Green+Blue) = 60+10+5=75 (9% of max value = 765). Red value is 60 (23.83% from 255 or 80% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0A05 is #C3F5FA. Grayscale: #181818. Windows color (decimal): -12842491 or 330300. OLE color: 330300.

HSL color Cylindrical-coordinate representation of color #3C0A05: hue angle of 5.45º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0A05 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.76.

Color convert

RGB60105-
CMYK00.830.920.76
HSL5.45º84.62%12.75%-
HSV(B)5.45º91.67%23.53%-
XYZ21.190.27-
YUV24.38117.06153.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 80%
GREEN value IS 10 (4.30% from 255) = 13.33%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=80%
G=13.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6010500.830.920.765.4584.6212.75
Hex3CA50535C4C555d
Octal741250123134114512515
Binary1111001010101010100111011100100110010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0A05; }

 p { color: rgb(60,10,5); }

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

<style>
 a { background-color: #3C0A05; }

 a { background-color: rgb(60,10,5); }

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

<style>
 span { border-color: #3C0A05; }

 span { border-color: rgb(60,10,5); }

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