Html Css Color HEX #4A1106 Seal Brown

📋 copy color: '#4A1106'

red 74 ◦ green 17 ◦ blue 6

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

Shades of Seal Brown #4A1106

Tints of Seal Brown #4A1106

RGB

 RED value IS 74 (29.3% from 255) = 76.29%

 GREEN value IS 17 (7.03% from 255) = 17.53%

 BLUE value IS 6 (2.73% from 255) = 6.19%

R = 76.29%
G = 17.53%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#4A1106 (or 0x4A1106) is known color: Seal Brown. HEX triplet: 4A, 11 and 06. RGB value is (74,17,6). Sum of RGB (Red+Green+Blue) = 74+17+6=97 (12% of max value = 765). Red value is 74 (29.30% from 255 or 76.29% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1106 is #B5EEF9. Grayscale: #202020. Windows color (decimal): -11923194 or 397642. OLE color: 397642.

HSL color Cylindrical-coordinate representation of color #4A1106: hue angle of 9.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A1106 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 17 6 -
CMYK 0 0.77 0.92 0.71
HSL 9.71º 0.85% 0.16% -
HSV(B) 9.71º 0.92% 0.29% -
XYZ 3.06 1.87 0.37 -
YUV 32.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 74 17 6 0 0.77 0.92 0.71 9.71 0.85 0.16
Hex 4A 11 6 0 4D 5C 47 A 55 10
Octal 112 21 6 0 115 134 107 12 125 20
Binary 1001010 10001 110 0 1001101 1011100 1000111 1010 1010101 10000

Color Harmonies of #4A1106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1106

Black with #4A1106

Text Example


Text Example

White with #4A1106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,17,6); }

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

background-color css

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

 a { background-color: rgb(74,17,6); }

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

border-color css

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

 span { border-color: rgb(74,17,6); }

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