Html Css Color HEX #483D14 Madras

📋 copy color: '#483D14'

red 72 ◦ green 61 ◦ blue 20

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

Shades of Madras #483D14

Tints of Madras #483D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 47.06%
G = 39.87%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#483D14 (or 0x483D14) is known color: Madras. HEX triplet: 48, 3D and 14. RGB value is (72,61,20). Sum of RGB (Red+Green+Blue) = 72+61+20=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D14 is #B7C2EB. Grayscale: #3B3B3B. Windows color (decimal): -12042988 or 1326408. OLE color: 1326408.

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

Color convert

RGB 72 61 20 -
CMYK 0 0.15 0.72 0.72
HSL 47.31º 0.57% 0.18% -
HSV(B) 47.31º 0.72% 0.28% -
XYZ 4.47 4.77 1.35 -
YUV 59.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 72 61 20 0 0.15 0.72 0.72 47.31 0.57 0.18
Hex 48 3D 14 0 F 48 48 2F 39 12
Octal 110 75 24 0 17 110 110 57 71 22
Binary 1001000 111101 10100 0 1111 1001000 1001000 101111 111001 10010

Color Harmonies of #483D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D14

Black with #483D14

Text Example


Text Example

White with #483D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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