Html Css Color HEX #483A1F Madras

📋 copy color: '#483A1F'

red 72 ◦ green 58 ◦ blue 31

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

Shades of Madras #483A1F

Tints of Madras #483A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 44.72%
G = 36.02%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#483A1F (or 0x483A1F) is known color: Madras. HEX triplet: 48, 3A and 1F. RGB value is (72,58,31). Sum of RGB (Red+Green+Blue) = 72+58+31=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A1F is #B7C5E0. Grayscale: #3B3B3B. Windows color (decimal): -12043745 or 2046536. OLE color: 2046536.

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

Color convert

RGB 72 58 31 -
CMYK 0 0.19 0.57 0.72
HSL 39.51º 0.4% 0.2% -
HSV(B) 39.51º 0.57% 0.28% -
XYZ 4.43 4.5 1.93 -
YUV 59.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 72 58 31 0 0.19 0.57 0.72 39.51 0.4 0.2
Hex 48 3A 1F 0 13 39 48 28 28 14
Octal 110 72 37 0 23 71 110 50 50 24
Binary 1001000 111010 11111 0 10011 111001 1001000 101000 101000 10100

Color Harmonies of #483A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A1F

Black with #483A1F

Text Example


Text Example

White with #483A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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