Html Css Color HEX #483D13 Madras

📋 copy color: '#483D13'

red 72 ◦ green 61 ◦ blue 19

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

Shades of Madras #483D13

Tints of Madras #483D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 47.37%
G = 40.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#483D13 (or 0x483D13) is known color: Madras. HEX triplet: 48, 3D and 13. RGB value is (72,61,19). Sum of RGB (Red+Green+Blue) = 72+61+19=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #483D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D13 is #B7C2EC. Grayscale: #3B3B3B. Windows color (decimal): -12042989 or 1260872. OLE color: 1260872.

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

Color convert

RGB 72 61 19 -
CMYK 0 0.15 0.74 0.72
HSL 47.55º 0.58% 0.18% -
HSV(B) 47.55º 0.74% 0.28% -
XYZ 4.46 4.76 1.3 -
YUV 59.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 72 61 19 0 0.15 0.74 0.72 47.55 0.58 0.18
Hex 48 3D 13 0 F 4A 48 30 3A 12
Octal 110 75 23 0 17 112 110 60 72 22
Binary 1001000 111101 10011 0 1111 1001010 1001000 110000 111010 10010

Color Harmonies of #483D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D13

Black with #483D13

Text Example


Text Example

White with #483D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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