#453414

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

Shades of Mikado #453414

Tints of Mikado #453414

Color information

#453414 (or 0x453414) is unknown color: approx Mikado. HEX triplet: 45, 34 and 14. RGB value is (69,52,20). Sum of RGB (Red+Green+Blue) = 69+52+20=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #453414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453414 is #BACBEB. Grayscale: #353535. Windows color (decimal): -12241900 or 1324101. OLE color: 1324101.

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

Color convert

RGB695220-
CMYK00.250.710.73
HSL39.18º55.06%17.45%-
HSV(B)39.18º71.01%27.06%-
XYZ3.813.771.19-
YUV53.44109.13139.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=48.94%
G=36.88%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69522000.250.710.7339.1855.0617.45
Hex4534140194749273711
Octal1056424031107111476721
Binary1000101110100101000110011000111100100110011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453414; }

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

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

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

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

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

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

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

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