Html Css Color HEX #4D1208 Seal Brown

📋 copy color: '#4D1208'

red 77 ◦ green 18 ◦ blue 8

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

Shades of Seal Brown #4D1208

Tints of Seal Brown #4D1208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.48%

 BLUE value IS 8 (3.52% from 255) = 7.77%

R = 74.76%
G = 17.48%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.70

RGB Variations

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

Color information

#4D1208 (or 0x4D1208) is known color: Seal Brown. HEX triplet: 4D, 12 and 08. RGB value is (77,18,8). Sum of RGB (Red+Green+Blue) = 77+18+8=103 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.76% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1208 is #B2EDF7. Grayscale: #222222. Windows color (decimal): -11726328 or 528973. OLE color: 528973.

HSL color Cylindrical-coordinate representation of color #4D1208: hue angle of 8.7º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D1208 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 18 8 -
CMYK 0 0.77 0.90 0.70
HSL 8.7º 0.81% 0.17% -
HSV(B) 8.7º 0.9% 0.3% -
XYZ 3.32 2.03 0.45 -
YUV 34.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 77 18 8 0 0.77 0.90 0.70 8.7 0.81 0.17
Hex 4D 12 8 0 4D 5A 46 9 51 11
Octal 115 22 10 0 115 132 106 11 121 21
Binary 1001101 10010 1000 0 1001101 1011010 1000110 1001 1010001 10001

Color Harmonies of #4D1208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1208

Black with #4D1208

Text Example


Text Example

White with #4D1208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,8); }

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

background-color css

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

 a { background-color: rgb(77,18,8); }

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

border-color css

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

 span { border-color: rgb(77,18,8); }

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