Html Css Color HEX #4C463B Metallic Bronze

📋 copy color: '#4C463B'

red 76 ◦ green 70 ◦ blue 59

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

Shades of Metallic Bronze #4C463B

Tints of Metallic Bronze #4C463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.78%

R = 37.07%
G = 34.15%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C463B (or 0x4C463B) is known color: Metallic Bronze. HEX triplet: 4C, 46 and 3B. RGB value is (76,70,59). Sum of RGB (Red+Green+Blue) = 76+70+59=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 76 - color contains mainly: red. Hex color #4C463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C463B is #B3B9C4. Grayscale: #464646. Windows color (decimal): -11778501 or 3884620. OLE color: 3884620.

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

Color convert

RGB 76 70 59 -
CMYK 0 0.08 0.22 0.70
HSL 38.82º 0.13% 0.26% -
HSV(B) 38.82º 0.22% 0.3% -
XYZ 5.96 6.23 5.03 -
YUV 70.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 76 70 59 0 0.08 0.22 0.70 38.82 0.13 0.26
Hex 4C 46 3B 0 8 16 46 27 D 1A
Octal 114 106 73 0 10 26 106 47 15 32
Binary 1001100 1000110 111011 0 1000 10110 1000110 100111 1101 11010

Color Harmonies of #4C463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C463B

Black with #4C463B

Text Example


Text Example

White with #4C463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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