Html Css Color HEX #475523 Bronzetone

📋 copy color: '#475523'

red 71 ◦ green 85 ◦ blue 35

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

Shades of Bronzetone #475523

Tints of Bronzetone #475523

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 35 (14.06% from 255) = 18.32%

R = 37.17%
G = 44.5%
B = 18.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#475523 (or 0x475523) is known color: Bronzetone. HEX triplet: 47, 55 and 23. RGB value is (71,85,35). Sum of RGB (Red+Green+Blue) = 71+85+35=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #475523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475523 is #B8AADC. Grayscale: #4B4B4B. Windows color (decimal): -12102365 or 2315591. OLE color: 2315591.

HSL color Cylindrical-coordinate representation of color #475523: hue angle of 76.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #475523 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 35 -
CMYK 0.16 0 0.59 0.67
HSL 76.8º 0.42% 0.24% -
HSV(B) 76.8º 0.59% 0.33% -
XYZ 6.15 7.96 2.8 -
YUV 75.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 71 85 35 0.16 0 0.59 0.67 76.8 0.42 0.24
Hex 47 55 23 10 0 3B 43 4D 2A 18
Octal 107 125 43 20 0 73 103 115 52 30
Binary 1000111 1010101 100011 10000 0 111011 1000011 1001101 101010 11000

Color Harmonies of #475523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475523

Black with #475523

Text Example


Text Example

White with #475523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475523; }

 p { color: rgb(71,85,35); }

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

background-color css

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

 a { background-color: rgb(71,85,35); }

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

border-color css

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

 span { border-color: rgb(71,85,35); }

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