Html Css Color HEX #483503 Madras

📋 copy color: '#483503'

red 72 ◦ green 53 ◦ blue 3

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

Shades of Madras #483503

Tints of Madras #483503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.34%

R = 56.25%
G = 41.41%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#483503 (or 0x483503) is known color: Madras. HEX triplet: 48, 35 and 03. RGB value is (72,53,3). Sum of RGB (Red+Green+Blue) = 72+53+3=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #483503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483503 is #B7CAFC. Grayscale: #353535. Windows color (decimal): -12045053 or 210248. OLE color: 210248.

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

Color convert

RGB 72 53 3 -
CMYK 0 0.26 0.96 0.72
HSL 43.48º 0.92% 0.15% -
HSV(B) 43.48º 0.96% 0.28% -
XYZ 3.96 3.93 0.64 -
YUV 52.98 99.79 141.57 -
System Red Green Blue C M Y K H S L
Decimal 72 53 3 0 0.26 0.96 0.72 43.48 0.92 0.15
Hex 48 35 3 0 1A 60 48 2B 5C F
Octal 110 65 3 0 32 140 110 53 134 17
Binary 1001000 110101 11 0 11010 1100000 1001000 101011 1011100 1111

Color Harmonies of #483503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483503

Black with #483503

Text Example


Text Example

White with #483503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483503; }

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

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

background-color css

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

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

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

border-color css

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

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

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