Html Css Color HEX #483B16 Madras

📋 copy color: '#483B16'

red 72 ◦ green 59 ◦ blue 22

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

Shades of Madras #483B16

Tints of Madras #483B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.56%

 BLUE value IS 22 (8.98% from 255) = 14.38%

R = 47.06%
G = 38.56%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#483B16 (or 0x483B16) is known color: Madras. HEX triplet: 48, 3B and 16. RGB value is (72,59,22). Sum of RGB (Red+Green+Blue) = 72+59+22=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B16 is #B7C4E9. Grayscale: #3A3A3A. Windows color (decimal): -12043498 or 1456968. OLE color: 1456968.

HSL color Cylindrical-coordinate representation of color #483B16: hue angle of 44.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #483B16 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 59 22 -
CMYK 0 0.18 0.69 0.72
HSL 44.4º 0.53% 0.18% -
HSV(B) 44.4º 0.69% 0.28% -
XYZ 4.38 4.56 1.41 -
YUV 58.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 72 59 22 0 0.18 0.69 0.72 44.4 0.53 0.18
Hex 48 3B 16 0 12 45 48 2C 35 12
Octal 110 73 26 0 22 105 110 54 65 22
Binary 1001000 111011 10110 0 10010 1000101 1001000 101100 110101 10010

Color Harmonies of #483B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B16

Black with #483B16

Text Example


Text Example

White with #483B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,59,22); }

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

background-color css

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

 a { background-color: rgb(72,59,22); }

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

border-color css

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

 span { border-color: rgb(72,59,22); }

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