#483714

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

Shades of Mikado #483714

Tints of Mikado #483714

Color information

#483714 (or 0x483714) is unknown color: approx Mikado. HEX triplet: 48, 37 and 14. RGB value is (72,55,20). Sum of RGB (Red+Green+Blue) = 72+55+20=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483714 is #B7C8EB. Grayscale: #383838. Windows color (decimal): -12044524 or 1324872. OLE color: 1324872.

HSL color Cylindrical-coordinate representation of color #483714: hue angle of 40.38º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483714 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB725520-
CMYK00.240.720.72
HSL40.38º56.52%18.04%-
HSV(B)40.38º72.22%28.24%-
XYZ4.164.161.25-
YUV56.09107.63139.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=48.98%
G=37.41%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72552000.240.720.7240.3856.5218.04
Hex4837140184848283912
Octal1106724030110110507122
Binary1001000110111101000110001001000100100010100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483714; }

 p { color: rgb(72,55,20); }

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

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

 a { background-color: rgb(72,55,20); }

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

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

 span { border-color: rgb(72,55,20); }

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