Html Css Color HEX #483716 Mikado

📋 copy color: '#483716'

red 72 ◦ green 55 ◦ blue 22

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

Shades of Mikado #483716

Tints of Mikado #483716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.77%

R = 48.32%
G = 36.91%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#483716 (or 0x483716) is known color: Mikado. HEX triplet: 48, 37 and 16. RGB value is (72,55,22). Sum of RGB (Red+Green+Blue) = 72+55+22=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #483716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483716 is #B7C8E9. Grayscale: #383838. Windows color (decimal): -12044522 or 1455944. OLE color: 1455944.

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

Color convert

RGB 72 55 22 -
CMYK 0 0.24 0.69 0.72
HSL 39.6º 0.53% 0.18% -
HSV(B) 39.6º 0.69% 0.28% -
XYZ 4.18 4.17 1.34 -
YUV 56.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 72 55 22 0 0.24 0.69 0.72 39.6 0.53 0.18
Hex 48 37 16 0 18 45 48 28 35 12
Octal 110 67 26 0 30 105 110 50 65 22
Binary 1001000 110111 10110 0 11000 1000101 1001000 101000 110101 10010

Color Harmonies of #483716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483716

Black with #483716

Text Example


Text Example

White with #483716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483716; }

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

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

background-color css

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

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

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

border-color css

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

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

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