Html Css Color HEX #483502 Madras

📋 copy color: '#483502'

red 72 ◦ green 53 ◦ blue 2

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

Shades of Madras #483502

Tints of Madras #483502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.57%

R = 56.69%
G = 41.73%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#483502 (or 0x483502) is known color: Madras. HEX triplet: 48, 35 and 02. RGB value is (72,53,2). Sum of RGB (Red+Green+Blue) = 72+53+2=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #483502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483502 is #B7CAFD. Grayscale: #353535. Windows color (decimal): -12045054 or 144712. OLE color: 144712.

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

Color convert

RGB 72 53 2 -
CMYK 0 0.26 0.97 0.72
HSL 43.71º 0.95% 0.15% -
HSV(B) 43.71º 0.97% 0.28% -
XYZ 3.96 3.93 0.61 -
YUV 52.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 72 53 2 0 0.26 0.97 0.72 43.71 0.95 0.15
Hex 48 35 2 0 1A 61 48 2C 5F F
Octal 110 65 2 0 32 141 110 54 137 17
Binary 1001000 110101 10 0 11010 1100001 1001000 101100 1011111 1111

Color Harmonies of #483502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483502

Black with #483502

Text Example


Text Example

White with #483502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483502; }

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

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

background-color css

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

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

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

border-color css

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

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

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