Html Css Color HEX #483600 Madras

📋 copy color: '#483600'

red 72 ◦ green 54 ◦ blue 0

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

Shades of Madras #483600

Tints of Madras #483600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.86%

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

R = 57.14%
G = 42.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#483600 (or 0x483600) is known color: Madras. HEX triplet: 48, 36 and 00. RGB value is (72,54,0). Sum of RGB (Red+Green+Blue) = 72+54+0=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #483600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483600 is #B7C9FF. Grayscale: #353535. Windows color (decimal): -12044800 or 13896. OLE color: 13896.

HSL color Cylindrical-coordinate representation of color #483600: hue angle of 45º 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 #483600 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 0 -
CMYK 0 0.25 1 0.72
HSL 45º 1% 0.14% -
HSV(B) 45º 1% 0.28% -
XYZ 3.99 4.02 0.56 -
YUV 53.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 72 54 0 0 0.25 1 0.72 45 1 0.14
Hex 48 36 0 0 19 64 48 2D 64 E
Octal 110 66 0 0 31 144 110 55 144 16
Binary 1001000 110110 0 0 11001 1100100 1001000 101101 1100100 1110

Color Harmonies of #483600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483600

Black with #483600

Text Example


Text Example

White with #483600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483600; }

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

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

background-color css

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

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

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

border-color css

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

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

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