#45140A

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

Shades of Seal Brown #45140A

Tints of Seal Brown #45140A

Color information

#45140A (or 0x45140A) is unknown color: approx Seal Brown. HEX triplet: 45, 14 and 0A. RGB value is (69,20,10). Sum of RGB (Red+Green+Blue) = 69+20+10=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #45140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45140A is #BAEBF5. Grayscale: #212121. Windows color (decimal): -12250102 or 660549. OLE color: 660549.

HSL color Cylindrical-coordinate representation of color #45140A: hue angle of 10.17º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45140A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB692010-
CMYK00.710.860.73
HSL10.17º74.68%15.49%-
HSV(B)10.17º85.51%27.06%-
XYZ2.761.790.49-
YUV33.51114.73153.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 69.70%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=69.70%
G=20.20%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69201000.710.860.7310.1774.6815.49
Hex4514A0475649a4bf
Octal105241201071261111211317
Binary10001011010010100100011110101101001001101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45140A; }

 p { color: rgb(69,20,10); }

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

<style>
 a { background-color: #45140A; }

 a { background-color: rgb(69,20,10); }

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

<style>
 span { border-color: #45140A; }

 span { border-color: rgb(69,20,10); }

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