Html Css Color HEX #48350D Mikado

📋 copy color: '#48350D'

red 72 ◦ green 53 ◦ blue 13

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

Shades of Mikado #48350D

Tints of Mikado #48350D

RGB

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

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

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

R = 52.17%
G = 38.41%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48350D (or 0x48350D) is known color: Mikado. HEX triplet: 48, 35 and 0D. RGB value is (72,53,13). Sum of RGB (Red+Green+Blue) = 72+53+13=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48350D is #B7CAF2. Grayscale: #363636. Windows color (decimal): -12045043 or 865608. OLE color: 865608.

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

Color convert

RGB 72 53 13 -
CMYK 0 0.26 0.82 0.72
HSL 40.68º 0.69% 0.17% -
HSV(B) 40.68º 0.82% 0.28% -
XYZ 4.02 3.95 0.93 -
YUV 54.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 72 53 13 0 0.26 0.82 0.72 40.68 0.69 0.17
Hex 48 35 D 0 1A 52 48 29 45 11
Octal 110 65 15 0 32 122 110 51 105 21
Binary 1001000 110101 1101 0 11010 1010010 1001000 101001 1000101 10001

Color Harmonies of #48350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48350D

Black with #48350D

Text Example


Text Example

White with #48350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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