Html Css Color HEX #483D15 Madras

📋 copy color: '#483D15'

red 72 ◦ green 61 ◦ blue 21

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

Shades of Madras #483D15

Tints of Madras #483D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.64%

R = 46.75%
G = 39.61%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#483D15 (or 0x483D15) is known color: Madras. HEX triplet: 48, 3D and 15. RGB value is (72,61,21). Sum of RGB (Red+Green+Blue) = 72+61+21=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #483D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D15 is #B7C2EA. Grayscale: #3B3B3B. Windows color (decimal): -12042987 or 1391944. OLE color: 1391944.

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

Color convert

RGB 72 61 21 -
CMYK 0 0.15 0.71 0.72
HSL 47.06º 0.55% 0.18% -
HSV(B) 47.06º 0.71% 0.28% -
XYZ 4.48 4.77 1.39 -
YUV 59.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 72 61 21 0 0.15 0.71 0.72 47.06 0.55 0.18
Hex 48 3D 15 0 F 47 48 2F 37 12
Octal 110 75 25 0 17 107 110 57 67 22
Binary 1001000 111101 10101 0 1111 1000111 1001000 101111 110111 10010

Color Harmonies of #483D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D15

Black with #483D15

Text Example


Text Example

White with #483D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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