Html Css Color HEX #483100 Mikado

📋 copy color: '#483100'

red 72 ◦ green 49 ◦ blue 0

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

Shades of Mikado #483100

Tints of Mikado #483100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.5%
G = 40.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#483100 (or 0x483100) is known color: Mikado. HEX triplet: 48, 31 and 00. RGB value is (72,49,0). Sum of RGB (Red+Green+Blue) = 72+49+0=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #483100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483100 is #B7CEFF. Grayscale: #323232. Windows color (decimal): -12046080 or 12616. OLE color: 12616.

HSL color Cylindrical-coordinate representation of color #483100: hue angle of 40.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #483100 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 0 -
CMYK 0 0.32 1 0.72
HSL 40.83º 1% 0.14% -
HSV(B) 40.83º 1% 0.28% -
XYZ 3.77 3.57 0.49 -
YUV 50.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 72 49 0 0 0.32 1 0.72 40.83 1 0.14
Hex 48 31 0 0 20 64 48 29 64 E
Octal 110 61 0 0 40 144 110 51 144 16
Binary 1001000 110001 0 0 100000 1100100 1001000 101001 1100100 1110

Color Harmonies of #483100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483100

Black with #483100

Text Example


Text Example

White with #483100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483100; }

 p { color: rgb(72,49,0); }

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

background-color css

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

 a { background-color: rgb(72,49,0); }

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

border-color css

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

 span { border-color: rgb(72,49,0); }

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