#45371E

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

Shades of Mikado #45371E

Tints of Mikado #45371E

Color information

#45371E (or 0x45371E) is unknown color: approx Mikado. HEX triplet: 45, 37 and 1E. RGB value is (69,55,30). Sum of RGB (Red+Green+Blue) = 69+55+30=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #45371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45371E is #BAC8E1. Grayscale: #383838. Windows color (decimal): -12241122 or 1980229. OLE color: 1980229.

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

Color convert

RGB695530-
CMYK00.200.570.73
HSL38.46º39.39%19.41%-
HSV(B)38.46º56.52%27.06%-
XYZ4.054.091.8-
YUV56.34113.14137.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=44.81%
G=35.71%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69553000.200.570.7338.4639.3919.41
Hex45371E0143949262713
Octal105673602471111464723
Binary100010111011111110010100111001100100110011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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