#4A1006

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

Shades of Seal Brown #4A1006

Tints of Seal Brown #4A1006

Color information

#4A1006 (or 0x4A1006) is unknown color: approx Seal Brown. HEX triplet: 4A, 10 and 06. RGB value is (74,16,6). Sum of RGB (Red+Green+Blue) = 74+16+6=96 (12% of max value = 765). Red value is 74 (29.30% from 255 or 77.08% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1006 is #B5EFF9. Grayscale: #202020. Windows color (decimal): -11923450 or 397386. OLE color: 397386.

HSL color Cylindrical-coordinate representation of color #4A1006: hue angle of 8.82º 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 #4A1006 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB74166-
CMYK00.780.920.71
HSL8.82º85%15.69%-
HSV(B)8.82º91.89%29.02%-
XYZ3.041.840.37-
YUV32.2113.22157.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 77.08%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 6 (2.73% from 255) = 6.25%
R=77.08%
G=16.67%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7416600.780.920.718.828515.69
Hex4A10604E5C4795510
Octal11220601161341071112520
Binary10010101000011001001110101110010001111001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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