Html Css Color HEX #483A1C Madras

📋 copy color: '#483A1C'

red 72 ◦ green 58 ◦ blue 28

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

Shades of Madras #483A1C

Tints of Madras #483A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 45.57%
G = 36.71%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#483A1C (or 0x483A1C) is known color: Madras. HEX triplet: 48, 3A and 1C. RGB value is (72,58,28). Sum of RGB (Red+Green+Blue) = 72+58+28=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #483A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A1C is #B7C5E3. Grayscale: #3A3A3A. Windows color (decimal): -12043748 or 1849928. OLE color: 1849928.

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

Color convert

RGB 72 58 28 -
CMYK 0 0.19 0.61 0.72
HSL 40.91º 0.44% 0.2% -
HSV(B) 40.91º 0.61% 0.28% -
XYZ 4.4 4.49 1.73 -
YUV 58.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 72 58 28 0 0.19 0.61 0.72 40.91 0.44 0.2
Hex 48 3A 1C 0 13 3D 48 29 2C 14
Octal 110 72 34 0 23 75 110 51 54 24
Binary 1001000 111010 11100 0 10011 111101 1001000 101001 101100 10100

Color Harmonies of #483A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A1C

Black with #483A1C

Text Example


Text Example

White with #483A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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