#48360D

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

Shades of Mikado #48360D

Tints of Mikado #48360D

Color information

#48360D (or 0x48360D) is unknown color: approx Mikado. HEX triplet: 48, 36 and 0D. RGB value is (72,54,13). Sum of RGB (Red+Green+Blue) = 72+54+13=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48360D is #B7C9F2. Grayscale: #363636. Windows color (decimal): -12044787 or 865864. OLE color: 865864.

HSL color Cylindrical-coordinate representation of color #48360D: hue angle of 41.69º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48360D is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB725413-
CMYK00.250.820.72
HSL41.69º69.41%16.67%-
HSV(B)41.69º81.94%28.24%-
XYZ4.064.050.95-
YUV54.71104.46140.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=51.80%
G=38.85%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72541300.250.820.7241.6969.4116.67
Hex4836D01952482a4511
Octal11066150311221105210521
Binary1001000110110110101100110100101001000101010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,54,13); }

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

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

 a { background-color: rgb(72,54,13); }

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

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

 span { border-color: rgb(72,54,13); }

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