Html Css Color HEX #475029 Bronzetone

📋 copy color: '#475029'

red 71 ◦ green 80 ◦ blue 41

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

Shades of Bronzetone #475029

Tints of Bronzetone #475029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.67%

 BLUE value IS 41 (16.41% from 255) = 21.35%

R = 36.98%
G = 41.67%
B = 21.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#475029 (or 0x475029) is known color: Bronzetone. HEX triplet: 47, 50 and 29. RGB value is (71,80,41). Sum of RGB (Red+Green+Blue) = 71+80+41=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #475029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475029 is #B8AFD6. Grayscale: #494949. Windows color (decimal): -12103639 or 2707527. OLE color: 2707527.

HSL color Cylindrical-coordinate representation of color #475029: hue angle of 73.85º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #475029 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 41 -
CMYK 0.11 0 0.49 0.69
HSL 73.85º 0.32% 0.24% -
HSV(B) 73.85º 0.49% 0.31% -
XYZ 5.87 7.24 3.19 -
YUV 72.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 71 80 41 0.11 0 0.49 0.69 73.85 0.32 0.24
Hex 47 50 29 B 0 31 45 4A 20 18
Octal 107 120 51 13 0 61 105 112 40 30
Binary 1000111 1010000 101001 1011 0 110001 1000101 1001010 100000 11000

Color Harmonies of #475029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475029

Black with #475029

Text Example


Text Example

White with #475029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475029; }

 p { color: rgb(71,80,41); }

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

background-color css

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

 a { background-color: rgb(71,80,41); }

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

border-color css

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

 span { border-color: rgb(71,80,41); }

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