Html Css Color HEX #483400 Mikado

📋 copy color: '#483400'

red 72 ◦ green 52 ◦ blue 0

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

Shades of Mikado #483400

Tints of Mikado #483400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.94%

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

R = 58.06%
G = 41.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#483400 (or 0x483400) is known color: Mikado. HEX triplet: 48, 34 and 00. RGB value is (72,52,0). Sum of RGB (Red+Green+Blue) = 72+52+0=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #483400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483400 is #B7CBFF. Grayscale: #343434. Windows color (decimal): -12045312 or 13384. OLE color: 13384.

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

Color convert

RGB 72 52 0 -
CMYK 0 0.28 1 0.72
HSL 43.33º 1% 0.14% -
HSV(B) 43.33º 1% 0.28% -
XYZ 3.9 3.83 0.53 -
YUV 52.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 72 52 0 0 0.28 1 0.72 43.33 1 0.14
Hex 48 34 0 0 1C 64 48 2B 64 E
Octal 110 64 0 0 34 144 110 53 144 16
Binary 1001000 110100 0 0 11100 1100100 1001000 101011 1100100 1110

Color Harmonies of #483400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483400

Black with #483400

Text Example


Text Example

White with #483400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483400; }

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

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

background-color css

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

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

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

border-color css

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

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

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