#3C150D

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

Shades of Seal Brown #3C150D

Tints of Seal Brown #3C150D

Color information

#3C150D (or 0x3C150D) is unknown color: approx Seal Brown. HEX triplet: 3C, 15 and 0D. RGB value is (60,21,13). Sum of RGB (Red+Green+Blue) = 60+21+13=94 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.83% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 60 - color contains mainly: red. Hex color #3C150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C150D is #C3EAF2. Grayscale: #1F1F1F. Windows color (decimal): -12839667 or 857404. OLE color: 857404.

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

Color convert

RGB602113-
CMYK00.650.780.76
HSL10.21º64.38%14.31%-
HSV(B)10.21º78.33%23.53%-
XYZ2.21.530.56-
YUV31.75117.42148.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 63.83%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=63.83%
G=22.34%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60211300.650.780.7610.2164.3814.31
Hex3C15D0414E4Ca40e
Octal74251501011161141210016
Binary1111001010111010100000110011101001100101010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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