Html Css Color HEX #483D19 Madras

📋 copy color: '#483D19'

red 72 ◦ green 61 ◦ blue 25

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

Shades of Madras #483D19

Tints of Madras #483D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.61%

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 45.57%
G = 38.61%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#483D19 (or 0x483D19) is known color: Madras. HEX triplet: 48, 3D and 19. RGB value is (72,61,25). Sum of RGB (Red+Green+Blue) = 72+61+25=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #483D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D19 is #B7C2E6. Grayscale: #3C3C3C. Windows color (decimal): -12042983 or 1654088. OLE color: 1654088.

HSL color Cylindrical-coordinate representation of color #483D19: hue angle of 45.96º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #483D19 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 61 25 -
CMYK 0 0.15 0.65 0.72
HSL 45.96º 0.48% 0.19% -
HSV(B) 45.96º 0.65% 0.28% -
XYZ 4.52 4.79 1.61 -
YUV 60.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 72 61 25 0 0.15 0.65 0.72 45.96 0.48 0.19
Hex 48 3D 19 0 F 41 48 2E 30 13
Octal 110 75 31 0 17 101 110 56 60 23
Binary 1001000 111101 11001 0 1111 1000001 1001000 101110 110000 10011

Color Harmonies of #483D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D19

Black with #483D19

Text Example


Text Example

White with #483D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,61,25); }

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

background-color css

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

 a { background-color: rgb(72,61,25); }

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

border-color css

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

 span { border-color: rgb(72,61,25); }

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