Html Css Color HEX #4D0E05 Seal Brown

📋 copy color: '#4D0E05'

red 77 ◦ green 14 ◦ blue 5

#4D0E05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #4D0E05

Tints of Seal Brown #4D0E05

RGB

 RED value IS 77 (30.47% from 255) = 80.21%

 GREEN value IS 14 (5.86% from 255) = 14.58%

 BLUE value IS 5 (2.34% from 255) = 5.21%

R = 80.21%
G = 14.58%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D0E05 (or 0x4D0E05) is known color: Seal Brown. HEX triplet: 4D, 0E and 05. RGB value is (77,14,5). Sum of RGB (Red+Green+Blue) = 77+14+5=96 (12% of max value = 765). Red value is 77 (30.47% from 255 or 80.21% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0E05 is #B2F1FA. Grayscale: #1F1F1F. Windows color (decimal): -11727355 or 331341. OLE color: 331341.

HSL color Cylindrical-coordinate representation of color #4D0E05: hue angle of 7.5º 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 #4D0E05 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 14 5 -
CMYK 0 0.82 0.94 0.70
HSL 7.5º 0.88% 0.16% -
HSV(B) 7.5º 0.94% 0.3% -
XYZ 3.24 1.9 0.34 -
YUV 31.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 77 14 5 0 0.82 0.94 0.70 7.5 0.88 0.16
Hex 4D E 5 0 52 5E 46 8 58 10
Octal 115 16 5 0 122 136 106 10 130 20
Binary 1001101 1110 101 0 1010010 1011110 1000110 1000 1011000 10000

Color Harmonies of #4D0E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0E05

Black with #4D0E05

Text Example


Text Example

White with #4D0E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D0E05;
 }
 .AnyTagClassName
 {
   color: #4D0E05;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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