Html Css Color HEX #483304 Mikado

📋 copy color: '#483304'

red 72 ◦ green 51 ◦ blue 4

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

Shades of Mikado #483304

Tints of Mikado #483304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.15%

R = 56.69%
G = 40.16%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#483304 (or 0x483304) is known color: Mikado. HEX triplet: 48, 33 and 04. RGB value is (72,51,4). Sum of RGB (Red+Green+Blue) = 72+51+4=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #483304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483304 is #B7CCFB. Grayscale: #343434. Windows color (decimal): -12045564 or 275272. OLE color: 275272.

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

Color convert

RGB 72 51 4 -
CMYK 0 0.29 0.94 0.72
HSL 41.47º 0.89% 0.15% -
HSV(B) 41.47º 0.94% 0.28% -
XYZ 3.88 3.75 0.64 -
YUV 51.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 72 51 4 0 0.29 0.94 0.72 41.47 0.89 0.15
Hex 48 33 4 0 1D 5E 48 29 59 F
Octal 110 63 4 0 35 136 110 51 131 17
Binary 1001000 110011 100 0 11101 1011110 1001000 101001 1011001 1111

Color Harmonies of #483304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483304

Black with #483304

Text Example


Text Example

White with #483304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483304; }

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

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

background-color css

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

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

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

border-color css

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

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

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