Html Css Color HEX #483B1D Madras

📋 copy color: '#483B1D'

red 72 ◦ green 59 ◦ blue 29

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

Shades of Madras #483B1D

Tints of Madras #483B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.88%

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 45%
G = 36.88%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#483B1D (or 0x483B1D) is known color: Madras. HEX triplet: 48, 3B and 1D. RGB value is (72,59,29). Sum of RGB (Red+Green+Blue) = 72+59+29=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B1D is #B7C4E2. Grayscale: #3B3B3B. Windows color (decimal): -12043491 or 1915720. OLE color: 1915720.

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

Color convert

RGB 72 59 29 -
CMYK 0 0.18 0.60 0.72
HSL 41.86º 0.43% 0.2% -
HSV(B) 41.86º 0.6% 0.28% -
XYZ 4.46 4.59 1.81 -
YUV 59.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 72 59 29 0 0.18 0.60 0.72 41.86 0.43 0.2
Hex 48 3B 1D 0 12 3C 48 2A 2B 14
Octal 110 73 35 0 22 74 110 52 53 24
Binary 1001000 111011 11101 0 10010 111100 1001000 101010 101011 10100

Color Harmonies of #483B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B1D

Black with #483B1D

Text Example


Text Example

White with #483B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,59,29); }

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

background-color css

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

 a { background-color: rgb(72,59,29); }

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

border-color css

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

 span { border-color: rgb(72,59,29); }

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