Html Css Color HEX #483301 Mikado

📋 copy color: '#483301'

red 72 ◦ green 51 ◦ blue 1

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

Shades of Mikado #483301

Tints of Mikado #483301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.13%

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

R = 58.06%
G = 41.13%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#483301 (or 0x483301) is known color: Mikado. HEX triplet: 48, 33 and 01. RGB value is (72,51,1). Sum of RGB (Red+Green+Blue) = 72+51+1=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #483301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483301 is #B7CCFE. Grayscale: #333333. Windows color (decimal): -12045567 or 78664. OLE color: 78664.

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

Color convert

RGB 72 51 1 -
CMYK 0 0.29 0.99 0.72
HSL 42.25º 0.97% 0.14% -
HSV(B) 42.25º 0.99% 0.28% -
XYZ 3.86 3.75 0.55 -
YUV 51.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 72 51 1 0 0.29 0.99 0.72 42.25 0.97 0.14
Hex 48 33 1 0 1D 63 48 2A 61 E
Octal 110 63 1 0 35 143 110 52 141 16
Binary 1001000 110011 1 0 11101 1100011 1001000 101010 1100001 1110

Color Harmonies of #483301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483301

Black with #483301

Text Example


Text Example

White with #483301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483301; }

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

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

background-color css

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

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

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

border-color css

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

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

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