Html Css Color HEX #483819 Mikado

📋 copy color: '#483819'

red 72 ◦ green 56 ◦ blue 25

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

Shades of Mikado #483819

Tints of Mikado #483819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.6%

 BLUE value IS 25 (10.16% from 255) = 16.34%

R = 47.06%
G = 36.6%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#483819 (or 0x483819) is known color: Mikado. HEX triplet: 48, 38 and 19. RGB value is (72,56,25). Sum of RGB (Red+Green+Blue) = 72+56+25=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483819 is #B7C7E6. Grayscale: #393939. Windows color (decimal): -12044263 or 1652808. OLE color: 1652808.

HSL color Cylindrical-coordinate representation of color #483819: hue angle of 39.57º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #483819 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 25 -
CMYK 0 0.22 0.65 0.72
HSL 39.57º 0.48% 0.19% -
HSV(B) 39.57º 0.65% 0.28% -
XYZ 4.26 4.28 1.52 -
YUV 57.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 72 56 25 0 0.22 0.65 0.72 39.57 0.48 0.19
Hex 48 38 19 0 16 41 48 28 30 13
Octal 110 70 31 0 26 101 110 50 60 23
Binary 1001000 111000 11001 0 10110 1000001 1001000 101000 110000 10011

Color Harmonies of #483819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483819

Black with #483819

Text Example


Text Example

White with #483819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483819; }

 p { color: rgb(72,56,25); }

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

background-color css

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

 a { background-color: rgb(72,56,25); }

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

border-color css

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

 span { border-color: rgb(72,56,25); }

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