Html Css Color HEX #483A1B Madras

📋 copy color: '#483A1B'

red 72 ◦ green 58 ◦ blue 27

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

Shades of Madras #483A1B

Tints of Madras #483A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.94%

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

R = 45.86%
G = 36.94%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#483A1B (or 0x483A1B) is known color: Madras. HEX triplet: 48, 3A and 1B. RGB value is (72,58,27). Sum of RGB (Red+Green+Blue) = 72+58+27=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A1B is #B7C5E4. Grayscale: #3A3A3A. Windows color (decimal): -12043749 or 1784392. OLE color: 1784392.

HSL color Cylindrical-coordinate representation of color #483A1B: hue angle of 41.33º 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 #483A1B is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 58 27 -
CMYK 0 0.19 0.62 0.72
HSL 41.33º 0.45% 0.19% -
HSV(B) 41.33º 0.63% 0.28% -
XYZ 4.38 4.48 1.67 -
YUV 58.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 72 58 27 0 0.19 0.62 0.72 41.33 0.45 0.19
Hex 48 3A 1B 0 13 3E 48 29 2D 13
Octal 110 72 33 0 23 76 110 51 55 23
Binary 1001000 111010 11011 0 10011 111110 1001000 101001 101101 10011

Color Harmonies of #483A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A1B

Black with #483A1B

Text Example


Text Example

White with #483A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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