Html Css Color HEX #483811 Madras

📋 copy color: '#483811'

red 72 ◦ green 56 ◦ blue 17

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

Shades of Madras #483811

Tints of Madras #483811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.62%

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

R = 49.66%
G = 38.62%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#483811 (or 0x483811) is known color: Madras. HEX triplet: 48, 38 and 11. RGB value is (72,56,17). Sum of RGB (Red+Green+Blue) = 72+56+17=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483811 is #B7C7EE. Grayscale: #383838. Windows color (decimal): -12044271 or 1128520. OLE color: 1128520.

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

Color convert

RGB 72 56 17 -
CMYK 0 0.22 0.76 0.72
HSL 42.55º 0.62% 0.17% -
HSV(B) 42.55º 0.76% 0.28% -
XYZ 4.19 4.25 1.13 -
YUV 56.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 72 56 17 0 0.22 0.76 0.72 42.55 0.62 0.17
Hex 48 38 11 0 16 4C 48 2B 3E 11
Octal 110 70 21 0 26 114 110 53 76 21
Binary 1001000 111000 10001 0 10110 1001100 1001000 101011 111110 10001

Color Harmonies of #483811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483811

Black with #483811

Text Example


Text Example

White with #483811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483811; }

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

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

background-color css

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

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

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

border-color css

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

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

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