Html Css Color HEX #48350F Mikado

📋 copy color: '#48350F'

red 72 ◦ green 53 ◦ blue 15

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

Shades of Mikado #48350F

Tints of Mikado #48350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.86%

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

R = 51.43%
G = 37.86%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48350F (or 0x48350F) is known color: Mikado. HEX triplet: 48, 35 and 0F. RGB value is (72,53,15). Sum of RGB (Red+Green+Blue) = 72+53+15=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48350F is #B7CAF0. Grayscale: #363636. Windows color (decimal): -12045041 or 996680. OLE color: 996680.

HSL color Cylindrical-coordinate representation of color #48350F: hue angle of 40º 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 #48350F is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 15 -
CMYK 0 0.26 0.79 0.72
HSL 40º 0.66% 0.17% -
HSV(B) 40º 0.79% 0.28% -
XYZ 4.03 3.96 1 -
YUV 54.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 72 53 15 0 0.26 0.79 0.72 40 0.66 0.17
Hex 48 35 F 0 1A 4F 48 28 42 11
Octal 110 65 17 0 32 117 110 50 102 21
Binary 1001000 110101 1111 0 11010 1001111 1001000 101000 1000010 10001

Color Harmonies of #48350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48350F

Black with #48350F

Text Example


Text Example

White with #48350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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