Html Css Color HEX #483001 Mikado

📋 copy color: '#483001'

red 72 ◦ green 48 ◦ blue 1

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

Shades of Mikado #483001

Tints of Mikado #483001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

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

R = 59.5%
G = 39.67%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#483001 (or 0x483001) is known color: Mikado. HEX triplet: 48, 30 and 01. RGB value is (72,48,1). Sum of RGB (Red+Green+Blue) = 72+48+1=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #483001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483001 is #B7CFFE. Grayscale: #323232. Windows color (decimal): -12046335 or 77896. OLE color: 77896.

HSL color Cylindrical-coordinate representation of color #483001: hue angle of 39.72º 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 #483001 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 1 -
CMYK 0 0.33 0.99 0.72
HSL 39.72º 0.97% 0.14% -
HSV(B) 39.72º 0.99% 0.28% -
XYZ 3.73 3.49 0.51 -
YUV 49.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 72 48 1 0 0.33 0.99 0.72 39.72 0.97 0.14
Hex 48 30 1 0 21 63 48 28 61 E
Octal 110 60 1 0 41 143 110 50 141 16
Binary 1001000 110000 1 0 100001 1100011 1001000 101000 1100001 1110

Color Harmonies of #483001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483001

Black with #483001

Text Example


Text Example

White with #483001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483001; }

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

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

background-color css

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

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

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

border-color css

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

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

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