Html Css Color HEX #475030 Bronzetone

📋 copy color: '#475030'

red 71 ◦ green 80 ◦ blue 48

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

Shades of Bronzetone #475030

Tints of Bronzetone #475030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 35.68%
G = 40.2%
B = 24.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#475030 (or 0x475030) is known color: Bronzetone. HEX triplet: 47, 50 and 30. RGB value is (71,80,48). Sum of RGB (Red+Green+Blue) = 71+80+48=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #475030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475030 is #B8AFCF. Grayscale: #494949. Windows color (decimal): -12103632 or 3166279. OLE color: 3166279.

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

Color convert

RGB 71 80 48 -
CMYK 0.11 0 0.40 0.69
HSL 76.88º 0.25% 0.25% -
HSV(B) 76.88º 0.4% 0.31% -
XYZ 6 7.29 3.89 -
YUV 73.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 71 80 48 0.11 0 0.40 0.69 76.88 0.25 0.25
Hex 47 50 30 B 0 28 45 4D 19 19
Octal 107 120 60 13 0 50 105 115 31 31
Binary 1000111 1010000 110000 1011 0 101000 1000101 1001101 11001 11001

Color Harmonies of #475030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475030

Black with #475030

Text Example


Text Example

White with #475030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475030; }

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

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

background-color css

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

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

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

border-color css

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

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

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