Html Css Color HEX #484013 Madras

📋 copy color: '#484013'

red 72 ◦ green 64 ◦ blue 19

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

Shades of Madras #484013

Tints of Madras #484013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.29%

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

R = 46.45%
G = 41.29%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#484013 (or 0x484013) is known color: Madras. HEX triplet: 48, 40 and 13. RGB value is (72,64,19). Sum of RGB (Red+Green+Blue) = 72+64+19=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #484013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484013 is #B7BFEC. Grayscale: #3D3D3D. Windows color (decimal): -12042221 or 1261640. OLE color: 1261640.

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

Color convert

RGB 72 64 19 -
CMYK 0 0.11 0.74 0.72
HSL 50.94º 0.58% 0.18% -
HSV(B) 50.94º 0.74% 0.28% -
XYZ 4.62 5.09 1.36 -
YUV 61.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 72 64 19 0 0.11 0.74 0.72 50.94 0.58 0.18
Hex 48 40 13 0 B 4A 48 33 3A 12
Octal 110 100 23 0 13 112 110 63 72 22
Binary 1001000 1000000 10011 0 1011 1001010 1001000 110011 111010 10010

Color Harmonies of #484013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484013

Black with #484013

Text Example


Text Example

White with #484013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484013; }

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

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

background-color css

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

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

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

border-color css

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

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

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