Html Css Color HEX #483E28 Madras

📋 copy color: '#483E28'

red 72 ◦ green 62 ◦ blue 40

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

Shades of Madras #483E28

Tints of Madras #483E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 41.38%
G = 35.63%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#483E28 (or 0x483E28) is known color: Madras. HEX triplet: 48, 3E and 28. RGB value is (72,62,40). Sum of RGB (Red+Green+Blue) = 72+62+40=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E28 is #B7C1D7. Grayscale: #3E3E3E. Windows color (decimal): -12042712 or 2637384. OLE color: 2637384.

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

Color convert

RGB 72 62 40 -
CMYK 0 0.14 0.44 0.72
HSL 41.25º 0.29% 0.22% -
HSV(B) 41.25º 0.44% 0.28% -
XYZ 4.78 4.98 2.72 -
YUV 62.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 72 62 40 0 0.14 0.44 0.72 41.25 0.29 0.22
Hex 48 3E 28 0 E 2C 48 29 1D 16
Octal 110 76 50 0 16 54 110 51 35 26
Binary 1001000 111110 101000 0 1110 101100 1001000 101001 11101 10110

Color Harmonies of #483E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E28

Black with #483E28

Text Example


Text Example

White with #483E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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