#3C1005

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

Shades of Seal Brown #3C1005

Tints of Seal Brown #3C1005

Color information

#3C1005 (or 0x3C1005) is unknown color: approx Seal Brown. HEX triplet: 3C, 10 and 05. RGB value is (60,16,5). Sum of RGB (Red+Green+Blue) = 60+16+5=81 (10% of max value = 765). Red value is 60 (23.83% from 255 or 74.07% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1005 is #C3EFFA. Grayscale: #1B1B1B. Windows color (decimal): -12840955 or 331836. OLE color: 331836.

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

Color convert

RGB60165-
CMYK00.730.920.76
HSL12º84.62%12.75%-
HSV(B)12º91.67%23.53%-
XYZ2.081.340.29-
YUV27.9115.08150.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 74.07%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=74.07%
G=19.75%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6016500.730.920.761284.6212.75
Hex3C1050495C4Cc55d
Octal7420501111341141412515
Binary111100100001010100100110111001001100110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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