Html Css Color HEX #483715 Mikado

📋 copy color: '#483715'

red 72 ◦ green 55 ◦ blue 21

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

Shades of Mikado #483715

Tints of Mikado #483715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.16%

 BLUE value IS 21 (8.59% from 255) = 14.19%

R = 48.65%
G = 37.16%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#483715 (or 0x483715) is known color: Mikado. HEX triplet: 48, 37 and 15. RGB value is (72,55,21). Sum of RGB (Red+Green+Blue) = 72+55+21=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #483715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483715 is #B7C8EA. Grayscale: #383838. Windows color (decimal): -12044523 or 1390408. OLE color: 1390408.

HSL color Cylindrical-coordinate representation of color #483715: hue angle of 40º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483715 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 21 -
CMYK 0 0.24 0.71 0.72
HSL 40º 0.55% 0.18% -
HSV(B) 40º 0.71% 0.28% -
XYZ 4.17 4.16 1.29 -
YUV 56.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 72 55 21 0 0.24 0.71 0.72 40 0.55 0.18
Hex 48 37 15 0 18 47 48 28 37 12
Octal 110 67 25 0 30 107 110 50 67 22
Binary 1001000 110111 10101 0 11000 1000111 1001000 101000 110111 10010

Color Harmonies of #483715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483715

Black with #483715

Text Example


Text Example

White with #483715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483715; }

 p { color: rgb(72,55,21); }

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

background-color css

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

 a { background-color: rgb(72,55,21); }

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

border-color css

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

 span { border-color: rgb(72,55,21); }

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