Html Css Color HEX #4C461F Madras

📋 copy color: '#4C461F'

red 76 ◦ green 70 ◦ blue 31

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

Shades of Madras #4C461F

Tints of Madras #4C461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

 BLUE value IS 31 (12.5% from 255) = 17.51%

R = 42.94%
G = 39.55%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#4C461F (or 0x4C461F) is known color: Madras. HEX triplet: 4C, 46 and 1F. RGB value is (76,70,31). Sum of RGB (Red+Green+Blue) = 76+70+31=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C461F is #B3B9E0. Grayscale: #434343. Windows color (decimal): -11778529 or 2049612. OLE color: 2049612.

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

Color convert

RGB 76 70 31 -
CMYK 0 0.08 0.59 0.70
HSL 52º 0.42% 0.21% -
HSV(B) 52º 0.59% 0.3% -
XYZ 5.42 6.02 2.17 -
YUV 67.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 76 70 31 0 0.08 0.59 0.70 52 0.42 0.21
Hex 4C 46 1F 0 8 3B 46 34 2A 15
Octal 114 106 37 0 10 73 106 64 52 25
Binary 1001100 1000110 11111 0 1000 111011 1000110 110100 101010 10101

Color Harmonies of #4C461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C461F

Black with #4C461F

Text Example


Text Example

White with #4C461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,70,31); }

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

background-color css

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

 a { background-color: rgb(76,70,31); }

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

border-color css

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

 span { border-color: rgb(76,70,31); }

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