Html Css Color HEX #484315 Madras

📋 copy color: '#484315'

red 72 ◦ green 67 ◦ blue 21

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

Shades of Madras #484315

Tints of Madras #484315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.88%

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

R = 45%
G = 41.88%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#484315 (or 0x484315) is known color: Madras. HEX triplet: 48, 43 and 15. RGB value is (72,67,21). Sum of RGB (Red+Green+Blue) = 72+67+21=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #484315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484315 is #B7BCEA. Grayscale: #3F3F3F. Windows color (decimal): -12041451 or 1393480. OLE color: 1393480.

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

Color convert

RGB 72 67 21 -
CMYK 0 0.07 0.71 0.72
HSL 54.12º 0.55% 0.18% -
HSV(B) 54.12º 0.71% 0.28% -
XYZ 4.82 5.45 1.51 -
YUV 63.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 72 67 21 0 0.07 0.71 0.72 54.12 0.55 0.18
Hex 48 43 15 0 7 47 48 36 37 12
Octal 110 103 25 0 7 107 110 66 67 22
Binary 1001000 1000011 10101 0 111 1000111 1001000 110110 110111 10010

Color Harmonies of #484315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484315

Black with #484315

Text Example


Text Example

White with #484315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484315; }

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

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

background-color css

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

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

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

border-color css

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

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

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