Html Css Color HEX #4D1005 Seal Brown

📋 copy color: '#4D1005'

red 77 ◦ green 16 ◦ blue 5

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

Shades of Seal Brown #4D1005

Tints of Seal Brown #4D1005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.33%

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

R = 78.57%
G = 16.33%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D1005 (or 0x4D1005) is known color: Seal Brown. HEX triplet: 4D, 10 and 05. RGB value is (77,16,5). Sum of RGB (Red+Green+Blue) = 77+16+5=98 (12% of max value = 765). Red value is 77 (30.47% from 255 or 78.57% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1005 is #B2EFFA. Grayscale: #212121. Windows color (decimal): -11726843 or 331853. OLE color: 331853.

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

Color convert

RGB 77 16 5 -
CMYK 0 0.79 0.94 0.70
HSL 9.17º 0.88% 0.16% -
HSV(B) 9.17º 0.94% 0.3% -
XYZ 3.27 1.96 0.35 -
YUV 32.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 77 16 5 0 0.79 0.94 0.70 9.17 0.88 0.16
Hex 4D 10 5 0 4F 5E 46 9 58 10
Octal 115 20 5 0 117 136 106 11 130 20
Binary 1001101 10000 101 0 1001111 1011110 1000110 1001 1011000 10000

Color Harmonies of #4D1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1005

Black with #4D1005

Text Example


Text Example

White with #4D1005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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