Html Css Color HEX #483501 Madras

📋 copy color: '#483501'

red 72 ◦ green 53 ◦ blue 1

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

Shades of Madras #483501

Tints of Madras #483501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 57.14%
G = 42.06%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#483501 (or 0x483501) is known color: Madras. HEX triplet: 48, 35 and 01. RGB value is (72,53,1). Sum of RGB (Red+Green+Blue) = 72+53+1=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #483501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483501 is #B7CAFE. Grayscale: #343434. Windows color (decimal): -12045055 or 79176. OLE color: 79176.

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

Color convert

RGB 72 53 1 -
CMYK 0 0.26 0.99 0.72
HSL 43.94º 0.97% 0.14% -
HSV(B) 43.94º 0.99% 0.28% -
XYZ 3.95 3.93 0.58 -
YUV 52.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 72 53 1 0 0.26 0.99 0.72 43.94 0.97 0.14
Hex 48 35 1 0 1A 63 48 2C 61 E
Octal 110 65 1 0 32 143 110 54 141 16
Binary 1001000 110101 1 0 11010 1100011 1001000 101100 1100001 1110

Color Harmonies of #483501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483501

Black with #483501

Text Example


Text Example

White with #483501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483501; }

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

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

background-color css

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

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

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

border-color css

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

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

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