Html Css Color HEX #4C431E Madras

📋 copy color: '#4C431E'

red 76 ◦ green 67 ◦ blue 30

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

Shades of Madras #4C431E

Tints of Madras #4C431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.34%

R = 43.93%
G = 38.73%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4C431E (or 0x4C431E) is known color: Madras. HEX triplet: 4C, 43 and 1E. RGB value is (76,67,30). Sum of RGB (Red+Green+Blue) = 76+67+30=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C431E is #B3BCE1. Grayscale: #414141. Windows color (decimal): -11779298 or 1983308. OLE color: 1983308.

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

Color convert

RGB 76 67 30 -
CMYK 0 0.12 0.61 0.70
HSL 48.26º 0.43% 0.21% -
HSV(B) 48.26º 0.61% 0.3% -
XYZ 5.22 5.64 2.04 -
YUV 65.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 76 67 30 0 0.12 0.61 0.70 48.26 0.43 0.21
Hex 4C 43 1E 0 C 3D 46 30 2B 15
Octal 114 103 36 0 14 75 106 60 53 25
Binary 1001100 1000011 11110 0 1100 111101 1000110 110000 101011 10101

Color Harmonies of #4C431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C431E

Black with #4C431E

Text Example


Text Example

White with #4C431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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