Html Css Color HEX #483614 Mikado

📋 copy color: '#483614'

red 72 ◦ green 54 ◦ blue 20

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

Shades of Mikado #483614

Tints of Mikado #483614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.7%

R = 49.32%
G = 36.99%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#483614 (or 0x483614) is known color: Mikado. HEX triplet: 48, 36 and 14. RGB value is (72,54,20). Sum of RGB (Red+Green+Blue) = 72+54+20=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #483614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483614 is #B7C9EB. Grayscale: #373737. Windows color (decimal): -12044780 or 1324616. OLE color: 1324616.

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

Color convert

RGB 72 54 20 -
CMYK 0 0.25 0.72 0.72
HSL 39.23º 0.57% 0.18% -
HSV(B) 39.23º 0.72% 0.28% -
XYZ 4.12 4.07 1.23 -
YUV 55.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 72 54 20 0 0.25 0.72 0.72 39.23 0.57 0.18
Hex 48 36 14 0 19 48 48 27 39 12
Octal 110 66 24 0 31 110 110 47 71 22
Binary 1001000 110110 10100 0 11001 1001000 1001000 100111 111001 10010

Color Harmonies of #483614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483614

Black with #483614

Text Example


Text Example

White with #483614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483614; }

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

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

background-color css

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

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

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

border-color css

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

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

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