#3C1915

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

Shades of Seal Brown #3C1915

Tints of Seal Brown #3C1915

Color information

#3C1915 (or 0x3C1915) is unknown color: approx Seal Brown. HEX triplet: 3C, 19 and 15. RGB value is (60,25,21). Sum of RGB (Red+Green+Blue) = 60+25+21=106 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.60% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1915 is #C3E6EA. Grayscale: #232323. Windows color (decimal): -12838635 or 1382716. OLE color: 1382716.

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

Color convert

RGB602521-
CMYK00.580.650.76
HSL6.15º48.15%15.88%-
HSV(B)6.15º65%23.53%-
XYZ2.351.710.92-
YUV35.01120.1145.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 56.60%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=56.60%
G=23.58%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60252100.580.650.766.1548.1515.88
Hex3C191503A414C63010
Octal74312507210111466020
Binary111100110011010101110101000001100110011011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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