#4D0C05

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

Shades of Seal Brown #4D0C05

Tints of Seal Brown #4D0C05

Color information

#4D0C05 (or 0x4D0C05) is unknown color: approx Seal Brown. HEX triplet: 4D, 0C and 05. RGB value is (77,12,5). Sum of RGB (Red+Green+Blue) = 77+12+5=94 (12% of max value = 765). Red value is 77 (30.47% from 255 or 81.91% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0C05 is #B2F3FA. Grayscale: #1E1E1E. Windows color (decimal): -11727867 or 330829. OLE color: 330829.

HSL color Cylindrical-coordinate representation of color #4D0C05: hue angle of 5.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0C05 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.70.

Color convert

RGB77125-
CMYK00.840.940.70
HSL5.83º87.8%16.08%-
HSV(B)5.83º93.51%30.2%-
XYZ3.221.850.33-
YUV30.64113.53161.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 81.91%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 5 (2.34% from 255) = 5.32%
R=81.91%
G=12.77%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7712500.840.940.705.8387.816.08
Hex4DC50545E4665810
Octal1151450124136106613020
Binary100110111001010101010010111101000110110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D0C05; }

 p { color: rgb(77,12,5); }

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

<style>
 a { background-color: #4D0C05; }

 a { background-color: rgb(77,12,5); }

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

<style>
 span { border-color: #4D0C05; }

 span { border-color: rgb(77,12,5); }

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