#3C150F

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

Shades of Seal Brown #3C150F

Tints of Seal Brown #3C150F

Color information

#3C150F (or 0x3C150F) is unknown color: approx Seal Brown. HEX triplet: 3C, 15 and 0F. RGB value is (60,21,15). Sum of RGB (Red+Green+Blue) = 60+21+15=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C150F is #C3EAF0. Grayscale: #202020. Windows color (decimal): -12839665 or 988476. OLE color: 988476.

HSL color Cylindrical-coordinate representation of color #3C150F: hue angle of 8º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C150F is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB602115-
CMYK00.650.750.76
HSL60%14.71%-
HSV(B)75%23.53%-
XYZ2.221.530.63-
YUV31.98118.42147.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 62.5%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=62.5%
G=21.88%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60211500.650.750.7686014.71
Hex3C15F0414B4C83cf
Octal7425170101113114107417
Binary111100101011111010000011001011100110010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,15); }

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

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

 a { background-color: rgb(60,21,15); }

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

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

 span { border-color: rgb(60,21,15); }

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