Html Css Color HEX #483E1C Madras

📋 copy color: '#483E1C'

red 72 ◦ green 62 ◦ blue 28

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

Shades of Madras #483E1C

Tints of Madras #483E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.27%

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

R = 44.44%
G = 38.27%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#483E1C (or 0x483E1C) is known color: Madras. HEX triplet: 48, 3E and 1C. RGB value is (72,62,28). Sum of RGB (Red+Green+Blue) = 72+62+28=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E1C is #B7C1E3. Grayscale: #3D3D3D. Windows color (decimal): -12042724 or 1850952. OLE color: 1850952.

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

Color convert

RGB 72 62 28 -
CMYK 0 0.14 0.61 0.72
HSL 46.36º 0.44% 0.2% -
HSV(B) 46.36º 0.61% 0.28% -
XYZ 4.6 4.91 1.8 -
YUV 61.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 72 62 28 0 0.14 0.61 0.72 46.36 0.44 0.2
Hex 48 3E 1C 0 E 3D 48 2E 2C 14
Octal 110 76 34 0 16 75 110 56 54 24
Binary 1001000 111110 11100 0 1110 111101 1001000 101110 101100 10100

Color Harmonies of #483E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E1C

Black with #483E1C

Text Example


Text Example

White with #483E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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