#3C120B

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

Shades of Seal Brown #3C120B

Tints of Seal Brown #3C120B

Color information

#3C120B (or 0x3C120B) is unknown color: approx Seal Brown. HEX triplet: 3C, 12 and 0B. RGB value is (60,18,11). Sum of RGB (Red+Green+Blue) = 60+18+11=89 (11% of max value = 765). Red value is 60 (23.83% from 255 or 67.42% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 60 - color contains mainly: red. Hex color #3C120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C120B is #C3EDF4. Grayscale: #1D1D1D. Windows color (decimal): -12840437 or 725564. OLE color: 725564.

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

Color convert

RGB601811-
CMYK00.70.820.76
HSL8.57º69.01%13.92%-
HSV(B)8.57º81.67%23.53%-
XYZ2.141.420.48-
YUV29.76117.41149.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 67.42%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=67.42%
G=20.22%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60181100.70.820.768.5769.0113.92
Hex3C12B046524C945e
Octal74221301061221141110516
Binary1111001001010110100011010100101001100100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,18,11); }

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

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

 a { background-color: rgb(60,18,11); }

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

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

 span { border-color: rgb(60,18,11); }

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