#453416

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

Shades of Mikado #453416

Tints of Mikado #453416

Color information

#453416 (or 0x453416) is unknown color: approx Mikado. HEX triplet: 45, 34 and 16. RGB value is (69,52,22). Sum of RGB (Red+Green+Blue) = 69+52+22=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #453416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453416 is #BACBE9. Grayscale: #353535. Windows color (decimal): -12241898 or 1455173. OLE color: 1455173.

HSL color Cylindrical-coordinate representation of color #453416: hue angle of 38.3º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #453416 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB695222-
CMYK00.250.680.73
HSL38.3º51.65%17.84%-
HSV(B)38.3º68.12%27.06%-
XYZ3.833.781.29-
YUV53.66110.13138.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=48.25%
G=36.36%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69522200.250.680.7338.351.6517.84
Hex4534160194449263412
Octal1056426031104111466422
Binary1000101110100101100110011000100100100110011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453416; }

 p { color: rgb(69,52,22); }

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

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

 a { background-color: rgb(69,52,22); }

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

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

 span { border-color: rgb(69,52,22); }

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