Html Css Color HEX #483B1B Madras

📋 copy color: '#483B1B'

red 72 ◦ green 59 ◦ blue 27

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

Shades of Madras #483B1B

Tints of Madras #483B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.09%

R = 45.57%
G = 37.34%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#483B1B (or 0x483B1B) is known color: Madras. HEX triplet: 48, 3B and 1B. RGB value is (72,59,27). Sum of RGB (Red+Green+Blue) = 72+59+27=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #483B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B1B is #B7C4E4. Grayscale: #3B3B3B. Windows color (decimal): -12043493 or 1784648. OLE color: 1784648.

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

Color convert

RGB 72 59 27 -
CMYK 0 0.18 0.62 0.72
HSL 42.67º 0.45% 0.19% -
HSV(B) 42.67º 0.63% 0.28% -
XYZ 4.43 4.58 1.69 -
YUV 59.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 72 59 27 0 0.18 0.62 0.72 42.67 0.45 0.19
Hex 48 3B 1B 0 12 3E 48 2B 2D 13
Octal 110 73 33 0 22 76 110 53 55 23
Binary 1001000 111011 11011 0 10010 111110 1001000 101011 101101 10011

Color Harmonies of #483B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B1B

Black with #483B1B

Text Example


Text Example

White with #483B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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