Html Css Color HEX #483003 Mikado

📋 copy color: '#483003'

red 72 ◦ green 48 ◦ blue 3

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

Shades of Mikado #483003

Tints of Mikado #483003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.44%

R = 58.54%
G = 39.02%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#483003 (or 0x483003) is known color: Mikado. HEX triplet: 48, 30 and 03. RGB value is (72,48,3). Sum of RGB (Red+Green+Blue) = 72+48+3=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #483003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483003 is #B7CFFC. Grayscale: #323232. Windows color (decimal): -12046333 or 208968. OLE color: 208968.

HSL color Cylindrical-coordinate representation of color #483003: hue angle of 39.13º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #483003 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 3 -
CMYK 0 0.33 0.96 0.72
HSL 39.13º 0.92% 0.15% -
HSV(B) 39.13º 0.96% 0.28% -
XYZ 3.75 3.5 0.56 -
YUV 50.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 72 48 3 0 0.33 0.96 0.72 39.13 0.92 0.15
Hex 48 30 3 0 21 60 48 27 5C F
Octal 110 60 3 0 41 140 110 47 134 17
Binary 1001000 110000 11 0 100001 1100000 1001000 100111 1011100 1111

Color Harmonies of #483003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483003

Black with #483003

Text Example


Text Example

White with #483003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483003; }

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

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

background-color css

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

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

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

border-color css

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

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

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