Html Css Color HEX #48360D Mikado

📋 copy color: '#48360D'

red 72 ◦ green 54 ◦ blue 13

#48360D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #48360D

Tints of Mikado #48360D

RGB

 RED value IS 72 (28.52% from 255) = 51.8%

 GREEN value IS 54 (21.48% from 255) = 38.85%

 BLUE value IS 13 (5.47% from 255) = 9.35%

R = 51.8%
G = 38.85%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48360D (or 0x48360D) is known color: 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

RGB 72 54 13 -
CMYK 0 0.25 0.82 0.72
HSL 41.69º 0.69% 0.17% -
HSV(B) 41.69º 0.82% 0.28% -
XYZ 4.06 4.05 0.95 -
YUV 54.71 104.46 140.33 -
System Red Green Blue C M Y K H S L
Decimal 72 54 13 0 0.25 0.82 0.72 41.69 0.69 0.17
Hex 48 36 D 0 19 52 48 2A 45 11
Octal 110 66 15 0 31 122 110 52 105 21
Binary 1001000 110110 1101 0 11001 1010010 1001000 101010 1000101 10001

Color Harmonies of #48360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48360D

Black with #48360D

Text Example


Text Example

White with #48360D

Text Example


Text Example

HTML Codes & Css Web 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>