Html Css Color HEX #483611 Mikado

📋 copy color: '#483611'

red 72 ◦ green 54 ◦ blue 17

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

Shades of Mikado #483611

Tints of Mikado #483611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.76%

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

R = 50.35%
G = 37.76%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#483611 (or 0x483611) is known color: Mikado. HEX triplet: 48, 36 and 11. RGB value is (72,54,17). Sum of RGB (Red+Green+Blue) = 72+54+17=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483611 is #B7C9EE. Grayscale: #373737. Windows color (decimal): -12044783 or 1128008. OLE color: 1128008.

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

Color convert

RGB 72 54 17 -
CMYK 0 0.25 0.76 0.72
HSL 40.36º 0.62% 0.17% -
HSV(B) 40.36º 0.76% 0.28% -
XYZ 4.09 4.06 1.1 -
YUV 55.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 72 54 17 0 0.25 0.76 0.72 40.36 0.62 0.17
Hex 48 36 11 0 19 4C 48 28 3E 11
Octal 110 66 21 0 31 114 110 50 76 21
Binary 1001000 110110 10001 0 11001 1001100 1001000 101000 111110 10001

Color Harmonies of #483611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483611

Black with #483611

Text Example


Text Example

White with #483611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483611; }

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

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

background-color css

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

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

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

border-color css

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

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

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