Html Css Color HEX #483F25 Madras

📋 copy color: '#483F25'

red 72 ◦ green 63 ◦ blue 37

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

Shades of Madras #483F25

Tints of Madras #483F25

RGB

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

 GREEN value IS 63 (25% from 255) = 36.63%

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

R = 41.86%
G = 36.63%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#483F25 (or 0x483F25) is known color: Madras. HEX triplet: 48, 3F and 25. RGB value is (72,63,37). Sum of RGB (Red+Green+Blue) = 72+63+37=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #483F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F25 is #B7C0DA. Grayscale: #3E3E3E. Windows color (decimal): -12042459 or 2441032. OLE color: 2441032.

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

Color convert

RGB 72 63 37 -
CMYK 0 0.12 0.49 0.72
HSL 44.57º 0.32% 0.21% -
HSV(B) 44.57º 0.49% 0.28% -
XYZ 4.78 5.07 2.48 -
YUV 62.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 72 63 37 0 0.12 0.49 0.72 44.57 0.32 0.21
Hex 48 3F 25 0 C 31 48 2D 20 15
Octal 110 77 45 0 14 61 110 55 40 25
Binary 1001000 111111 100101 0 1100 110001 1001000 101101 100000 10101

Color Harmonies of #483F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F25

Black with #483F25

Text Example


Text Example

White with #483F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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