#453509

Color #453509 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #453509

Tints of Mikado #453509

Color information

#453509 (or 0x453509) is unknown color: approx Mikado. HEX triplet: 45, 35 and 09. RGB value is (69,53,9). Sum of RGB (Red+Green+Blue) = 69+53+9=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #453509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453509 is #BACAF6. Grayscale: #343434. Windows color (decimal): -12241655 or 603461. OLE color: 603461.

HSL color Cylindrical-coordinate representation of color #453509: hue angle of 44º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #453509 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB69539-
CMYK00.230.870.73
HSL44º76.92%15.29%-
HSV(B)44º86.96%27.06%-
XYZ3.783.830.8-
YUV52.77103.3139.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.67%
GREEN value IS 53 (21.09% from 255) = 40.46%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=52.67%
G=40.46%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6953900.230.870.734476.9215.29
Hex4535901757492c4df
Octal10565110271271115411517
Binary100010111010110010101111010111100100110110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453509; }

 p { color: rgb(69,53,9); }

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

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

 a { background-color: rgb(69,53,9); }

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

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

 span { border-color: rgb(69,53,9); }

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