#3C0E03

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

Shades of Seal Brown #3C0E03

Tints of Seal Brown #3C0E03

Color information

#3C0E03 (or 0x3C0E03) is unknown color: approx Seal Brown. HEX triplet: 3C, 0E and 03. RGB value is (60,14,3). Sum of RGB (Red+Green+Blue) = 60+14+3=77 (10% of max value = 765). Red value is 60 (23.83% from 255 or 77.92% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0E03 is #C3F1FC. Grayscale: #1A1A1A. Windows color (decimal): -12841469 or 200252. OLE color: 200252.

HSL color Cylindrical-coordinate representation of color #3C0E03: hue angle of 11.58º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0E03 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB60143-
CMYK00.770.950.76
HSL11.58º90.48%12.35%-
HSV(B)11.58º95%23.53%-
XYZ2.041.280.23-
YUV26.5114.74151.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 77.92%
GREEN value IS 14 (5.86% from 255) = 18.18%
BLUE value IS 3 (1.56% from 255) = 3.90%
R=77.92%
G=18.18%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6014300.770.950.7611.5890.4812.35
Hex3CE304D5F4Cc5ac
Octal7416301151371141413214
Binary1111001110110100110110111111001100110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,14,3); }

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

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

 a { background-color: rgb(60,14,3); }

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

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

 span { border-color: rgb(60,14,3); }

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