Html Css Color HEX #484025 Madras

📋 copy color: '#484025'

red 72 ◦ green 64 ◦ blue 37

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

Shades of Madras #484025

Tints of Madras #484025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 41.62%
G = 36.99%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#484025 (or 0x484025) is known color: Madras. HEX triplet: 48, 40 and 25. RGB value is (72,64,37). Sum of RGB (Red+Green+Blue) = 72+64+37=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #484025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484025 is #B7BFDA. Grayscale: #3F3F3F. Windows color (decimal): -12042203 or 2441288. OLE color: 2441288.

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

Color convert

RGB 72 64 37 -
CMYK 0 0.11 0.49 0.72
HSL 46.29º 0.32% 0.21% -
HSV(B) 46.29º 0.49% 0.28% -
XYZ 4.84 5.18 2.49 -
YUV 63.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 72 64 37 0 0.11 0.49 0.72 46.29 0.32 0.21
Hex 48 40 25 0 B 31 48 2E 20 15
Octal 110 100 45 0 13 61 110 56 40 25
Binary 1001000 1000000 100101 0 1011 110001 1001000 101110 100000 10101

Color Harmonies of #484025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484025

Black with #484025

Text Example


Text Example

White with #484025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484025; }

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

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

background-color css

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

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

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

border-color css

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

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

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