Html Css Color HEX #484515 Madras

📋 copy color: '#484515'

red 72 ◦ green 69 ◦ blue 21

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

Shades of Madras #484515

Tints of Madras #484515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.59%

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

R = 44.44%
G = 42.59%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#484515 (or 0x484515) is known color: Madras. HEX triplet: 48, 45 and 15. RGB value is (72,69,21). Sum of RGB (Red+Green+Blue) = 72+69+21=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #484515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484515 is #B7BAEA. Grayscale: #404040. Windows color (decimal): -12040939 or 1393992. OLE color: 1393992.

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

Color convert

RGB 72 69 21 -
CMYK 0 0.04 0.71 0.72
HSL 56.47º 0.55% 0.18% -
HSV(B) 56.47º 0.71% 0.28% -
XYZ 4.94 5.69 1.55 -
YUV 64.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 72 69 21 0 0.04 0.71 0.72 56.47 0.55 0.18
Hex 48 45 15 0 4 47 48 38 37 12
Octal 110 105 25 0 4 107 110 70 67 22
Binary 1001000 1000101 10101 0 100 1000111 1001000 111000 110111 10010

Color Harmonies of #484515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484515

Black with #484515

Text Example


Text Example

White with #484515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484515; }

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

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

background-color css

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

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

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

border-color css

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

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

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