Html Css Color HEX #483F1F Madras

📋 copy color: '#483F1F'

red 72 ◦ green 63 ◦ blue 31

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

Shades of Madras #483F1F

Tints of Madras #483F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 37.95%

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

R = 43.37%
G = 37.95%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#483F1F (or 0x483F1F) is known color: Madras. HEX triplet: 48, 3F and 1F. RGB value is (72,63,31). Sum of RGB (Red+Green+Blue) = 72+63+31=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #483F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F1F is #B7C0E0. Grayscale: #3E3E3E. Windows color (decimal): -12042465 or 2047816. OLE color: 2047816.

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

Color convert

RGB 72 63 31 -
CMYK 0 0.12 0.57 0.72
HSL 46.83º 0.4% 0.2% -
HSV(B) 46.83º 0.57% 0.28% -
XYZ 4.7 5.03 2.02 -
YUV 62.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 72 63 31 0 0.12 0.57 0.72 46.83 0.4 0.2
Hex 48 3F 1F 0 C 39 48 2F 28 14
Octal 110 77 37 0 14 71 110 57 50 24
Binary 1001000 111111 11111 0 1100 111001 1001000 101111 101000 10100

Color Harmonies of #483F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F1F

Black with #483F1F

Text Example


Text Example

White with #483F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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