#48350E

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

Shades of Mikado #48350E

Tints of Mikado #48350E

Color information

#48350E (or 0x48350E) is unknown color: approx Mikado. HEX triplet: 48, 35 and 0E. RGB value is (72,53,14). Sum of RGB (Red+Green+Blue) = 72+53+14=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48350E is #B7CAF1. Grayscale: #363636. Windows color (decimal): -12045042 or 931144. OLE color: 931144.

HSL color Cylindrical-coordinate representation of color #48350E: hue angle of 40.34º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48350E is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB725314-
CMYK00.260.810.72
HSL40.34º67.44%16.86%-
HSV(B)40.34º80.56%28.24%-
XYZ4.023.960.97-
YUV54.24105.29140.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=51.80%
G=38.13%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72531400.260.810.7240.3467.4416.86
Hex4835E01A5148284311
Octal11065160321211105010321
Binary1001000110101111001101010100011001000101000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,53,14); }

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

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

 a { background-color: rgb(72,53,14); }

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

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

 span { border-color: rgb(72,53,14); }

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