Html Css Color HEX #483F11 Madras

📋 copy color: '#483F11'

red 72 ◦ green 63 ◦ blue 17

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

Shades of Madras #483F11

Tints of Madras #483F11

RGB

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

 GREEN value IS 63 (25% from 255) = 41.45%

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 47.37%
G = 41.45%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#483F11 (or 0x483F11) is known color: Madras. HEX triplet: 48, 3F and 11. RGB value is (72,63,17). Sum of RGB (Red+Green+Blue) = 72+63+17=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #483F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F11 is #B7C0EE. Grayscale: #3C3C3C. Windows color (decimal): -12042479 or 1130312. OLE color: 1130312.

HSL color Cylindrical-coordinate representation of color #483F11: hue angle of 50.18º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #483F11 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 63 17 -
CMYK 0 0.12 0.76 0.72
HSL 50.18º 0.62% 0.17% -
HSV(B) 50.18º 0.76% 0.28% -
XYZ 4.55 4.97 1.25 -
YUV 60.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 72 63 17 0 0.12 0.76 0.72 50.18 0.62 0.17
Hex 48 3F 11 0 C 4C 48 32 3E 11
Octal 110 77 21 0 14 114 110 62 76 21
Binary 1001000 111111 10001 0 1100 1001100 1001000 110010 111110 10001

Color Harmonies of #483F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F11

Black with #483F11

Text Example


Text Example

White with #483F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483F11; }

 p { color: rgb(72,63,17); }

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

background-color css

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

 a { background-color: rgb(72,63,17); }

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

border-color css

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

 span { border-color: rgb(72,63,17); }

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