Html Css Color HEX #483500 Madras

📋 copy color: '#483500'

red 72 ◦ green 53 ◦ blue 0

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

Shades of Madras #483500

Tints of Madras #483500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.6%
G = 42.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#483500 (or 0x483500) is known color: Madras. HEX triplet: 48, 35 and 00. RGB value is (72,53,0). Sum of RGB (Red+Green+Blue) = 72+53+0=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #483500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483500 is #B7CAFF. Grayscale: #343434. Windows color (decimal): -12045056 or 13640. OLE color: 13640.

HSL color Cylindrical-coordinate representation of color #483500: hue angle of 44.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #483500 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 0 -
CMYK 0 0.26 1 0.72
HSL 44.17º 1% 0.14% -
HSV(B) 44.17º 1% 0.28% -
XYZ 3.95 3.92 0.55 -
YUV 52.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 72 53 0 0 0.26 1 0.72 44.17 1 0.14
Hex 48 35 0 0 1A 64 48 2C 64 E
Octal 110 65 0 0 32 144 110 54 144 16
Binary 1001000 110101 0 0 11010 1100100 1001000 101100 1100100 1110

Color Harmonies of #483500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483500

Black with #483500

Text Example


Text Example

White with #483500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483500; }

 p { color: rgb(72,53,0); }

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

background-color css

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

 a { background-color: rgb(72,53,0); }

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

border-color css

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

 span { border-color: rgb(72,53,0); }

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