Html Css Color HEX #483511 Mikado

📋 copy color: '#483511'

red 72 ◦ green 53 ◦ blue 17

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

Shades of Mikado #483511

Tints of Mikado #483511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

 BLUE value IS 17 (7.03% from 255) = 11.97%

R = 50.7%
G = 37.32%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#483511 (or 0x483511) is known color: Mikado. HEX triplet: 48, 35 and 11. RGB value is (72,53,17). Sum of RGB (Red+Green+Blue) = 72+53+17=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483511 is #B7CAEE. Grayscale: #363636. Windows color (decimal): -12045039 or 1127752. OLE color: 1127752.

HSL color Cylindrical-coordinate representation of color #483511: hue angle of 39.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #483511 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 17 -
CMYK 0 0.26 0.76 0.72
HSL 39.27º 0.62% 0.17% -
HSV(B) 39.27º 0.76% 0.28% -
XYZ 4.05 3.96 1.08 -
YUV 54.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 72 53 17 0 0.26 0.76 0.72 39.27 0.62 0.17
Hex 48 35 11 0 1A 4C 48 27 3E 11
Octal 110 65 21 0 32 114 110 47 76 21
Binary 1001000 110101 10001 0 11010 1001100 1001000 100111 111110 10001

Color Harmonies of #483511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483511

Black with #483511

Text Example


Text Example

White with #483511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483511; }

 p { color: rgb(72,53,17); }

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

background-color css

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

 a { background-color: rgb(72,53,17); }

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

border-color css

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

 span { border-color: rgb(72,53,17); }

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