Html Css Color HEX #484015 Madras

📋 copy color: '#484015'

red 72 ◦ green 64 ◦ blue 21

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

Shades of Madras #484015

Tints of Madras #484015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.38%

R = 45.86%
G = 40.76%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#484015 (or 0x484015) is known color: Madras. HEX triplet: 48, 40 and 15. RGB value is (72,64,21). Sum of RGB (Red+Green+Blue) = 72+64+21=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #484015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484015 is #B7BFEA. Grayscale: #3D3D3D. Windows color (decimal): -12042219 or 1392712. OLE color: 1392712.

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

Color convert

RGB 72 64 21 -
CMYK 0 0.11 0.71 0.72
HSL 50.59º 0.55% 0.18% -
HSV(B) 50.59º 0.71% 0.28% -
XYZ 4.64 5.1 1.45 -
YUV 61.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 72 64 21 0 0.11 0.71 0.72 50.59 0.55 0.18
Hex 48 40 15 0 B 47 48 33 37 12
Octal 110 100 25 0 13 107 110 63 67 22
Binary 1001000 1000000 10101 0 1011 1000111 1001000 110011 110111 10010

Color Harmonies of #484015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484015

Black with #484015

Text Example


Text Example

White with #484015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484015; }

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

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

background-color css

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

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

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

border-color css

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

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

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