#474D30

Color #474D30 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #474D30

Tints of Bronzetone #474D30

Color information

#474D30 (or 0x474D30) is unknown color: approx Bronzetone. HEX triplet: 47, 4D and 30. RGB value is (71,77,48). Sum of RGB (Red+Green+Blue) = 71+77+48=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #474D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D30 is #B8B2CF. Grayscale: #484848. Windows color (decimal): -12104400 or 3165511. OLE color: 3165511.

HSL color Cylindrical-coordinate representation of color #474D30: hue angle of 72.41º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #474D30 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB717748-
CMYK0.0800.380.70
HSL72.41º23.2%24.51%-
HSV(B)72.41º37.66%30.2%-
XYZ5.796.863.82-
YUV71.9114.51127.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=36.22%
G=39.29%
B=24.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7177480.0800.380.7072.4123.224.51
Hex474D30802646481719
Octal10711560100461061102731
Binary1000111100110111000010000100110100011010010001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474D30; }

 p { color: rgb(71,77,48); }

 H1.HeaderClassName
 {
   color: #474D30;
 }
 .AnyTagClassName
 {
   color: #474D30;
 }
</style>
background-color css

<style>
 a { background-color: #474D30; }

 a { background-color: rgb(71,77,48); }

 div.DivClassName
 {
   background-color: #474D30;
 }
 .BgClassName
 {
   background-color: #474D30;
 }
</style>
border-color css

<style>
 span { border-color: #474D30; }

 span { border-color: rgb(71,77,48); }

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