Html Css Color HEX #48431C Madras

📋 copy color: '#48431C'

red 72 ◦ green 67 ◦ blue 28

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

Shades of Madras #48431C

Tints of Madras #48431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.12%

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

R = 43.11%
G = 40.12%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48431C (or 0x48431C) is known color: Madras. HEX triplet: 48, 43 and 1C. RGB value is (72,67,28). Sum of RGB (Red+Green+Blue) = 72+67+28=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48431C is #B7BCE3. Grayscale: #404040. Windows color (decimal): -12041444 or 1852232. OLE color: 1852232.

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

Color convert

RGB 72 67 28 -
CMYK 0 0.07 0.61 0.72
HSL 53.18º 0.44% 0.2% -
HSV(B) 53.18º 0.61% 0.28% -
XYZ 4.89 5.48 1.9 -
YUV 64.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 72 67 28 0 0.07 0.61 0.72 53.18 0.44 0.2
Hex 48 43 1C 0 7 3D 48 35 2C 14
Octal 110 103 34 0 7 75 110 65 54 24
Binary 1001000 1000011 11100 0 111 111101 1001000 110101 101100 10100

Color Harmonies of #48431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48431C

Black with #48431C

Text Example


Text Example

White with #48431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48431C; }

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

 H1.HeaderClassName
 {
   color: #48431C;
 }
 .AnyTagClassName
 {
   color: #48431C;
 }
</style>

background-color css

<style>
 a { background-color: #48431C; }

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

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

border-color css

<style>
 span { border-color: #48431C; }

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

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