Html Css Color HEX #483915 Madras

📋 copy color: '#483915'

red 72 ◦ green 57 ◦ blue 21

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

Shades of Madras #483915

Tints of Madras #483915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38%

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

R = 48%
G = 38%
B = 14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#483915 (or 0x483915) is known color: Madras. HEX triplet: 48, 39 and 15. RGB value is (72,57,21). Sum of RGB (Red+Green+Blue) = 72+57+21=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #483915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483915 is #B7C6EA. Grayscale: #393939. Windows color (decimal): -12044011 or 1390920. OLE color: 1390920.

HSL color Cylindrical-coordinate representation of color #483915: hue angle of 42.35º 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 #483915 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 21 -
CMYK 0 0.21 0.71 0.72
HSL 42.35º 0.55% 0.18% -
HSV(B) 42.35º 0.71% 0.28% -
XYZ 4.27 4.36 1.33 -
YUV 57.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 72 57 21 0 0.21 0.71 0.72 42.35 0.55 0.18
Hex 48 39 15 0 15 47 48 2A 37 12
Octal 110 71 25 0 25 107 110 52 67 22
Binary 1001000 111001 10101 0 10101 1000111 1001000 101010 110111 10010

Color Harmonies of #483915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483915

Black with #483915

Text Example


Text Example

White with #483915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483915; }

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

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

background-color css

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

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

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

border-color css

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

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

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