Html Css Color HEX #483700 Madras

📋 copy color: '#483700'

red 72 ◦ green 55 ◦ blue 0

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

Shades of Madras #483700

Tints of Madras #483700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.31%

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

R = 56.69%
G = 43.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#483700 (or 0x483700) is known color: Madras. HEX triplet: 48, 37 and 00. RGB value is (72,55,0). Sum of RGB (Red+Green+Blue) = 72+55+0=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #483700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483700 is #B7C8FF. Grayscale: #363636. Windows color (decimal): -12044544 or 14152. OLE color: 14152.

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

Color convert

RGB 72 55 0 -
CMYK 0 0.24 1 0.72
HSL 45.83º 1% 0.14% -
HSV(B) 45.83º 1% 0.28% -
XYZ 4.04 4.11 0.58 -
YUV 53.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 72 55 0 0 0.24 1 0.72 45.83 1 0.14
Hex 48 37 0 0 18 64 48 2E 64 E
Octal 110 67 0 0 30 144 110 56 144 16
Binary 1001000 110111 0 0 11000 1100100 1001000 101110 1100100 1110

Color Harmonies of #483700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483700

Black with #483700

Text Example


Text Example

White with #483700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483700; }

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

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

background-color css

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

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

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

border-color css

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

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

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