Html Css Color HEX #484121 Madras

📋 copy color: '#484121'

red 72 ◦ green 65 ◦ blue 33

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

Shades of Madras #484121

Tints of Madras #484121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

 BLUE value IS 33 (13.28% from 255) = 19.41%

R = 42.35%
G = 38.24%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#484121 (or 0x484121) is known color: Madras. HEX triplet: 48, 41 and 21. RGB value is (72,65,33). Sum of RGB (Red+Green+Blue) = 72+65+33=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #484121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484121 is #B7BEDE. Grayscale: #3F3F3F. Windows color (decimal): -12041951 or 2179400. OLE color: 2179400.

HSL color Cylindrical-coordinate representation of color #484121: hue angle of 49.23º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484121 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 33 -
CMYK 0 0.10 0.54 0.72
HSL 49.23º 0.37% 0.21% -
HSV(B) 49.23º 0.54% 0.28% -
XYZ 4.84 5.27 2.2 -
YUV 63.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 72 65 33 0 0.10 0.54 0.72 49.23 0.37 0.21
Hex 48 41 21 0 A 36 48 31 25 15
Octal 110 101 41 0 12 66 110 61 45 25
Binary 1001000 1000001 100001 0 1010 110110 1001000 110001 100101 10101

Color Harmonies of #484121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484121

Black with #484121

Text Example


Text Example

White with #484121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484121; }

 p { color: rgb(72,65,33); }

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

background-color css

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

 a { background-color: rgb(72,65,33); }

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

border-color css

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

 span { border-color: rgb(72,65,33); }

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