#3C0C09

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

Shades of Seal Brown #3C0C09

Tints of Seal Brown #3C0C09

Color information

#3C0C09 (or 0x3C0C09) is unknown color: approx Seal Brown. HEX triplet: 3C, 0C and 09. RGB value is (60,12,9). Sum of RGB (Red+Green+Blue) = 60+12+9=81 (10% of max value = 765). Red value is 60 (23.83% from 255 or 74.07% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0C09 is #C3F3F6. Grayscale: #1A1A1A. Windows color (decimal): -12841975 or 592956. OLE color: 592956.

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

Color convert

RGB60129-
CMYK00.800.850.76
HSL3.53º73.91%13.53%-
HSV(B)3.53º85%23.53%-
XYZ2.041.240.39-
YUV26.01118.4152.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 74.07%
GREEN value IS 12 (5.08% from 255) = 14.81%
BLUE value IS 9 (3.91% from 255) = 11.11%
R=74.07%
G=14.81%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6012900.800.850.763.5373.9113.53
Hex3CC9050554C44ae
Octal7414110120125114411216
Binary11110011001001010100001010101100110010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,12,9); }

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

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

 a { background-color: rgb(60,12,9); }

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

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

 span { border-color: rgb(60,12,9); }

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