Html Css Color HEX #483713 Mikado

📋 copy color: '#483713'

red 72 ◦ green 55 ◦ blue 19

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

Shades of Mikado #483713

Tints of Mikado #483713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.67%

 BLUE value IS 19 (7.81% from 255) = 13.01%

R = 49.32%
G = 37.67%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#483713 (or 0x483713) is known color: Mikado. HEX triplet: 48, 37 and 13. RGB value is (72,55,19). Sum of RGB (Red+Green+Blue) = 72+55+19=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #483713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483713 is #B7C8EC. Grayscale: #383838. Windows color (decimal): -12044525 or 1259336. OLE color: 1259336.

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

Color convert

RGB 72 55 19 -
CMYK 0 0.24 0.74 0.72
HSL 40.75º 0.58% 0.18% -
HSV(B) 40.75º 0.74% 0.28% -
XYZ 4.16 4.16 1.2 -
YUV 55.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 72 55 19 0 0.24 0.74 0.72 40.75 0.58 0.18
Hex 48 37 13 0 18 4A 48 29 3A 12
Octal 110 67 23 0 30 112 110 51 72 22
Binary 1001000 110111 10011 0 11000 1001010 1001000 101001 111010 10010

Color Harmonies of #483713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483713

Black with #483713

Text Example


Text Example

White with #483713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483713; }

 p { color: rgb(72,55,19); }

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

background-color css

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

 a { background-color: rgb(72,55,19); }

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

border-color css

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

 span { border-color: rgb(72,55,19); }

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