Html Css Color HEX #48350A Mikado

📋 copy color: '#48350A'

red 72 ◦ green 53 ◦ blue 10

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

Shades of Mikado #48350A

Tints of Mikado #48350A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 53.33%
G = 39.26%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48350A (or 0x48350A) is known color: Mikado. HEX triplet: 48, 35 and 0A. RGB value is (72,53,10). Sum of RGB (Red+Green+Blue) = 72+53+10=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48350A is #B7CAF5. Grayscale: #353535. Windows color (decimal): -12045046 or 669000. OLE color: 669000.

HSL color Cylindrical-coordinate representation of color #48350A: hue angle of 41.61º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48350A is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 10 -
CMYK 0 0.26 0.86 0.72
HSL 41.61º 0.76% 0.16% -
HSV(B) 41.61º 0.86% 0.28% -
XYZ 4 3.95 0.84 -
YUV 53.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 72 53 10 0 0.26 0.86 0.72 41.61 0.76 0.16
Hex 48 35 A 0 1A 56 48 2A 4C 10
Octal 110 65 12 0 32 126 110 52 114 20
Binary 1001000 110101 1010 0 11010 1010110 1001000 101010 1001100 10000

Color Harmonies of #48350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48350A

Black with #48350A

Text Example


Text Example

White with #48350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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