#4A130D

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

Shades of Seal Brown #4A130D

Tints of Seal Brown #4A130D

Color information

#4A130D (or 0x4A130D) is unknown color: approx Seal Brown. HEX triplet: 4A, 13 and 0D. RGB value is (74,19,13). Sum of RGB (Red+Green+Blue) = 74+19+13=106 (14% of max value = 765). Red value is 74 (29.30% from 255 or 69.81% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 74 - color contains mainly: red. Hex color #4A130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A130D is #B5ECF2. Grayscale: #222222. Windows color (decimal): -11922675 or 856906. OLE color: 856906.

HSL color Cylindrical-coordinate representation of color #4A130D: hue angle of 5.9º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A130D is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB741913-
CMYK00.740.820.71
HSL5.9º70.11%17.06%-
HSV(B)5.9º82.43%29.02%-
XYZ3.131.950.59-
YUV34.76115.72155.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 69.81%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=69.81%
G=17.92%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74191300.740.820.715.970.1117.06
Hex4A13D04A524764611
Octal11223150112122107610621
Binary10010101001111010100101010100101000111110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,19,13); }

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

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

 a { background-color: rgb(74,19,13); }

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

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

 span { border-color: rgb(74,19,13); }

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