#45371D

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

Shades of Mikado #45371D

Tints of Mikado #45371D

Color information

#45371D (or 0x45371D) is unknown color: approx Mikado. HEX triplet: 45, 37 and 1D. RGB value is (69,55,29). Sum of RGB (Red+Green+Blue) = 69+55+29=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #45371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45371D is #BAC8E2. Grayscale: #383838. Windows color (decimal): -12241123 or 1914693. OLE color: 1914693.

HSL color Cylindrical-coordinate representation of color #45371D: hue angle of 39º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45371D is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB695529-
CMYK00.200.580.73
HSL39º40.82%19.22%-
HSV(B)39º57.97%27.06%-
XYZ4.044.091.74-
YUV56.22112.64137.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=45.10%
G=35.95%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69552900.200.580.733940.8219.22
Hex45371D0143A49272913
Octal105673502472111475123
Binary100010111011111101010100111010100100110011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,55,29); }

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

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

 a { background-color: rgb(69,55,29); }

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

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

 span { border-color: rgb(69,55,29); }

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