#3C0705

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

Shades of Seal Brown #3C0705

Tints of Seal Brown #3C0705

Color information

#3C0705 (or 0x3C0705) is unknown color: approx Seal Brown. HEX triplet: 3C, 07 and 05. RGB value is (60,7,5). Sum of RGB (Red+Green+Blue) = 60+7+5=72 (9% of max value = 765). Red value is 60 (23.83% from 255 or 83.33% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0705 is #C3F8FA. Grayscale: #161616. Windows color (decimal): -12843259 or 329532. OLE color: 329532.

HSL color Cylindrical-coordinate representation of color #3C0705: hue angle of 2.18º 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 #3C0705 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.76.

Color convert

RGB6075-
CMYK00.880.920.76
HSL2.18º84.62%12.75%-
HSV(B)2.18º91.67%23.53%-
XYZ1.971.120.26-
YUV22.62118.06154.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 83.33%
GREEN value IS 7 (3.12% from 255) = 9.72%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=83.33%
G=9.72%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal607500.880.920.762.1884.6212.75
Hex3C750585C4C255d
Octal74750130134114212515
Binary11110011110101011000101110010011001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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