#45130D

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

Shades of Seal Brown #45130D

Tints of Seal Brown #45130D

Color information

#45130D (or 0x45130D) is unknown color: approx Seal Brown. HEX triplet: 45, 13 and 0D. RGB value is (69,19,13). Sum of RGB (Red+Green+Blue) = 69+19+13=101 (13% of max value = 765). Red value is 69 (27.34% from 255 or 68.32% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 69 - color contains mainly: red. Hex color #45130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45130D is #BAECF2. Grayscale: #212121. Windows color (decimal): -12250355 or 856901. OLE color: 856901.

HSL color Cylindrical-coordinate representation of color #45130D: hue angle of 6.43º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45130D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB691913-
CMYK00.720.810.73
HSL6.43º68.29%16.08%-
HSV(B)6.43º81.16%27.06%-
XYZ2.761.760.58-
YUV33.27116.56153.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 68.32%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=68.32%
G=18.81%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69191300.720.810.736.4368.2916.08
Hex4513D048514964410
Octal10523150110121111610420
Binary10001011001111010100100010100011001001110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45130D; }

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

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

<style>
 a { background-color: #45130D; }

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

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

<style>
 span { border-color: #45130D; }

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

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