Html Css Color HEX #474034 Deep Bronze

📋 copy color: '#474034'

red 71 ◦ green 64 ◦ blue 52

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

Shades of Deep Bronze #474034

Tints of Deep Bronze #474034

RGB

 RED value IS 71 (28.13% from 255) = 37.97%

 GREEN value IS 64 (25.39% from 255) = 34.22%

 BLUE value IS 52 (20.7% from 255) = 27.81%

R = 37.97%
G = 34.22%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#474034 (or 0x474034) is known color: Deep Bronze. HEX triplet: 47, 40 and 34. RGB value is (71,64,52). Sum of RGB (Red+Green+Blue) = 71+64+52=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #474034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474034 is #B8BFCB. Grayscale: #404040. Windows color (decimal): -12107724 or 3424327. OLE color: 3424327.

HSL color Cylindrical-coordinate representation of color #474034: hue angle of 37.89º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #474034 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 64 52 -
CMYK 0 0.10 0.27 0.72
HSL 37.89º 0.15% 0.24% -
HSV(B) 37.89º 0.27% 0.28% -
XYZ 5.05 5.25 4 -
YUV 64.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 71 64 52 0 0.10 0.27 0.72 37.89 0.15 0.24
Hex 47 40 34 0 A 1B 48 26 F 18
Octal 107 100 64 0 12 33 110 46 17 30
Binary 1000111 1000000 110100 0 1010 11011 1001000 100110 1111 11000

Color Harmonies of #474034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474034

Black with #474034

Text Example


Text Example

White with #474034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474034; }

 p { color: rgb(71,64,52); }

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

background-color css

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

 a { background-color: rgb(71,64,52); }

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

border-color css

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

 span { border-color: rgb(71,64,52); }

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