Html Css Color HEX #4C421E Madras

📋 copy color: '#4C421E'

red 76 ◦ green 66 ◦ blue 30

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

Shades of Madras #4C421E

Tints of Madras #4C421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.37%

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

R = 44.19%
G = 38.37%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4C421E (or 0x4C421E) is known color: Madras. HEX triplet: 4C, 42 and 1E. RGB value is (76,66,30). Sum of RGB (Red+Green+Blue) = 76+66+30=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 76 - color contains mainly: red. Hex color #4C421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C421E is #B3BDE1. Grayscale: #414141. Windows color (decimal): -11779554 or 1983052. OLE color: 1983052.

HSL color Cylindrical-coordinate representation of color #4C421E: hue angle of 46.96º 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 #4C421E is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 66 30 -
CMYK 0 0.13 0.61 0.70
HSL 46.96º 0.43% 0.21% -
HSV(B) 46.96º 0.61% 0.3% -
XYZ 5.16 5.53 2.02 -
YUV 64.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 76 66 30 0 0.13 0.61 0.70 46.96 0.43 0.21
Hex 4C 42 1E 0 D 3D 46 2F 2B 15
Octal 114 102 36 0 15 75 106 57 53 25
Binary 1001100 1000010 11110 0 1101 111101 1000110 101111 101011 10101

Color Harmonies of #4C421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C421E

Black with #4C421E

Text Example


Text Example

White with #4C421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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