Html Css Color HEX #484125 Madras

📋 copy color: '#484125'

red 72 ◦ green 65 ◦ blue 37

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

Shades of Madras #484125

Tints of Madras #484125

RGB

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

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

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

R = 41.38%
G = 37.36%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#484125 (or 0x484125) is known color: Madras. HEX triplet: 48, 41 and 25. RGB value is (72,65,37). Sum of RGB (Red+Green+Blue) = 72+65+37=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #484125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484125 is #B7BEDA. Grayscale: #404040. Windows color (decimal): -12041947 or 2441544. OLE color: 2441544.

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

Color convert

RGB 72 65 37 -
CMYK 0 0.10 0.49 0.72
HSL 48º 0.32% 0.21% -
HSV(B) 48º 0.49% 0.28% -
XYZ 4.9 5.29 2.51 -
YUV 63.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 72 65 37 0 0.10 0.49 0.72 48 0.32 0.21
Hex 48 41 25 0 A 31 48 30 20 15
Octal 110 101 45 0 12 61 110 60 40 25
Binary 1001000 1000001 100101 0 1010 110001 1001000 110000 100000 10101

Color Harmonies of #484125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484125

Black with #484125

Text Example


Text Example

White with #484125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484125; }

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

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

background-color css

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

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

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

border-color css

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

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

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