Html Css Color HEX #483D16 Madras

📋 copy color: '#483D16'

red 72 ◦ green 61 ◦ blue 22

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

Shades of Madras #483D16

Tints of Madras #483D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.35%

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

R = 46.45%
G = 39.35%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#483D16 (or 0x483D16) is known color: Madras. HEX triplet: 48, 3D and 16. RGB value is (72,61,22). Sum of RGB (Red+Green+Blue) = 72+61+22=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D16 is #B7C2E9. Grayscale: #3C3C3C. Windows color (decimal): -12042986 or 1457480. OLE color: 1457480.

HSL color Cylindrical-coordinate representation of color #483D16: hue angle of 46.8º 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 #483D16 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 61 22 -
CMYK 0 0.15 0.69 0.72
HSL 46.8º 0.53% 0.18% -
HSV(B) 46.8º 0.69% 0.28% -
XYZ 4.49 4.77 1.44 -
YUV 59.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 72 61 22 0 0.15 0.69 0.72 46.8 0.53 0.18
Hex 48 3D 16 0 F 45 48 2F 35 12
Octal 110 75 26 0 17 105 110 57 65 22
Binary 1001000 111101 10110 0 1111 1000101 1001000 101111 110101 10010

Color Harmonies of #483D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D16

Black with #483D16

Text Example


Text Example

White with #483D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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