Html Css Color HEX #483613 Mikado

📋 copy color: '#483613'

red 72 ◦ green 54 ◦ blue 19

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

Shades of Mikado #483613

Tints of Mikado #483613

RGB

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

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

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

R = 49.66%
G = 37.24%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#483613 (or 0x483613) is known color: Mikado. HEX triplet: 48, 36 and 13. RGB value is (72,54,19). Sum of RGB (Red+Green+Blue) = 72+54+19=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483613 is #B7C9EC. Grayscale: #373737. Windows color (decimal): -12044781 or 1259080. OLE color: 1259080.

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

Color convert

RGB 72 54 19 -
CMYK 0 0.25 0.74 0.72
HSL 39.62º 0.58% 0.18% -
HSV(B) 39.62º 0.74% 0.28% -
XYZ 4.11 4.06 1.18 -
YUV 55.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 72 54 19 0 0.25 0.74 0.72 39.62 0.58 0.18
Hex 48 36 13 0 19 4A 48 28 3A 12
Octal 110 66 23 0 31 112 110 50 72 22
Binary 1001000 110110 10011 0 11001 1001010 1001000 101000 111010 10010

Color Harmonies of #483613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483613

Black with #483613

Text Example


Text Example

White with #483613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483613; }

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

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

background-color css

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

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

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

border-color css

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

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

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