Html Css Color HEX #483101 Mikado

📋 copy color: '#483101'

red 72 ◦ green 49 ◦ blue 1

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

Shades of Mikado #483101

Tints of Mikado #483101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.82%

R = 59.02%
G = 40.16%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#483101 (or 0x483101) is known color: Mikado. HEX triplet: 48, 31 and 01. RGB value is (72,49,1). Sum of RGB (Red+Green+Blue) = 72+49+1=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #483101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483101 is #B7CEFE. Grayscale: #323232. Windows color (decimal): -12046079 or 78152. OLE color: 78152.

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

Color convert

RGB 72 49 1 -
CMYK 0 0.32 0.99 0.72
HSL 40.56º 0.97% 0.14% -
HSV(B) 40.56º 0.99% 0.28% -
XYZ 3.78 3.58 0.52 -
YUV 50.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 72 49 1 0 0.32 0.99 0.72 40.56 0.97 0.14
Hex 48 31 1 0 20 63 48 29 61 E
Octal 110 61 1 0 40 143 110 51 141 16
Binary 1001000 110001 1 0 100000 1100011 1001000 101001 1100001 1110

Color Harmonies of #483101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483101

Black with #483101

Text Example


Text Example

White with #483101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483101; }

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

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

background-color css

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

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

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

border-color css

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

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

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