Html Css Color HEX #4C431C Madras

📋 copy color: '#4C431C'

red 76 ◦ green 67 ◦ blue 28

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

Shades of Madras #4C431C

Tints of Madras #4C431C

RGB

 RED value IS 76 (30.08% from 255) = 44.44%

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

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

R = 44.44%
G = 39.18%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.70

RGB Variations

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

Color information

#4C431C (or 0x4C431C) is known color: Madras. HEX triplet: 4C, 43 and 1C. RGB value is (76,67,28). Sum of RGB (Red+Green+Blue) = 76+67+28=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C431C is #B3BCE3. Grayscale: #414141. Windows color (decimal): -11779300 or 1852236. OLE color: 1852236.

HSL color Cylindrical-coordinate representation of color #4C431C: hue angle of 48.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C431C is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 67 28 -
CMYK 0 0.12 0.63 0.70
HSL 48.75º 0.46% 0.2% -
HSV(B) 48.75º 0.63% 0.3% -
XYZ 5.2 5.63 1.91 -
YUV 65.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 76 67 28 0 0.12 0.63 0.70 48.75 0.46 0.2
Hex 4C 43 1C 0 C 3F 46 31 2E 14
Octal 114 103 34 0 14 77 106 61 56 24
Binary 1001100 1000011 11100 0 1100 111111 1000110 110001 101110 10100

Color Harmonies of #4C431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C431C

Black with #4C431C

Text Example


Text Example

White with #4C431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C431C; }

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

 H1.HeaderClassName
 {
   color: #4C431C;
 }
 .AnyTagClassName
 {
   color: #4C431C;
 }
</style>

background-color css

<style>
 a { background-color: #4C431C; }

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

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

border-color css

<style>
 span { border-color: #4C431C; }

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

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