#48340E

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

Shades of Mikado #48340E

Tints of Mikado #48340E

Color information

#48340E (or 0x48340E) is unknown color: approx Mikado. HEX triplet: 48, 34 and 0E. RGB value is (72,52,14). Sum of RGB (Red+Green+Blue) = 72+52+14=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48340E is #B7CBF1. Grayscale: #353535. Windows color (decimal): -12045298 or 930888. OLE color: 930888.

HSL color Cylindrical-coordinate representation of color #48340E: hue angle of 39.31º 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 #48340E is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB725214-
CMYK00.280.810.72
HSL39.31º67.44%16.86%-
HSV(B)39.31º80.56%28.24%-
XYZ3.983.870.95-
YUV53.65105.63141.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=52.17%
G=37.68%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72521400.280.810.7239.3167.4416.86
Hex4834E01C5148274311
Octal11064160341211104710321
Binary1001000110100111001110010100011001000100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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