Html Css Color HEX #483610 Mikado

📋 copy color: '#483610'

red 72 ◦ green 54 ◦ blue 16

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

Shades of Mikado #483610

Tints of Mikado #483610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.27%

R = 50.7%
G = 38.03%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#483610 (or 0x483610) is known color: Mikado. HEX triplet: 48, 36 and 10. RGB value is (72,54,16). Sum of RGB (Red+Green+Blue) = 72+54+16=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483610 is #B7C9EF. Grayscale: #373737. Windows color (decimal): -12044784 or 1062472. OLE color: 1062472.

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

Color convert

RGB 72 54 16 -
CMYK 0 0.25 0.78 0.72
HSL 40.71º 0.64% 0.17% -
HSV(B) 40.71º 0.78% 0.28% -
XYZ 4.09 4.05 1.06 -
YUV 55.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 72 54 16 0 0.25 0.78 0.72 40.71 0.64 0.17
Hex 48 36 10 0 19 4E 48 29 40 11
Octal 110 66 20 0 31 116 110 51 100 21
Binary 1001000 110110 10000 0 11001 1001110 1001000 101001 1000000 10001

Color Harmonies of #483610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483610

Black with #483610

Text Example


Text Example

White with #483610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483610; }

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

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

background-color css

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

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

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

border-color css

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

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

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