#3C0803

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

Shades of Seal Brown #3C0803

Tints of Seal Brown #3C0803

Color information

#3C0803 (or 0x3C0803) is unknown color: approx Seal Brown. HEX triplet: 3C, 08 and 03. RGB value is (60,8,3). Sum of RGB (Red+Green+Blue) = 60+8+3=71 (9% of max value = 765). Red value is 60 (23.83% from 255 or 84.51% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0803 is #C3F7FC. Grayscale: #171717. Windows color (decimal): -12843005 or 198716. OLE color: 198716.

HSL color Cylindrical-coordinate representation of color #3C0803: hue angle of 5.26º 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 #3C0803 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB6083-
CMYK00.870.950.76
HSL5.26º90.48%12.35%-
HSV(B)5.26º95%23.53%-
XYZ1.971.140.2-
YUV22.98116.73154.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 84.51%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 3 (1.56% from 255) = 4.23%
R=84.51%
G=11.27%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal608300.870.950.765.2690.4812.35
Hex3C830575F4C55ac
Octal741030127137114513214
Binary111100100011010101111011111100110010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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