Html Css Color HEX #48360F Mikado

📋 copy color: '#48360F'

red 72 ◦ green 54 ◦ blue 15

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

Shades of Mikado #48360F

Tints of Mikado #48360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.64%

R = 51.06%
G = 38.3%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48360F (or 0x48360F) is known color: Mikado. HEX triplet: 48, 36 and 0F. RGB value is (72,54,15). Sum of RGB (Red+Green+Blue) = 72+54+15=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48360F is #B7C9F0. Grayscale: #373737. Windows color (decimal): -12044785 or 996936. OLE color: 996936.

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

Color convert

RGB 72 54 15 -
CMYK 0 0.25 0.79 0.72
HSL 41.05º 0.66% 0.17% -
HSV(B) 41.05º 0.79% 0.28% -
XYZ 4.08 4.05 1.02 -
YUV 54.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 72 54 15 0 0.25 0.79 0.72 41.05 0.66 0.17
Hex 48 36 F 0 19 4F 48 29 42 11
Octal 110 66 17 0 31 117 110 51 102 21
Binary 1001000 110110 1111 0 11001 1001111 1001000 101001 1000010 10001

Color Harmonies of #48360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48360F

Black with #48360F

Text Example


Text Example

White with #48360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48360F;
 }
 .AnyTagClassName
 {
   color: #48360F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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