Html Css Color HEX #475423 Bronzetone

📋 copy color: '#475423'

red 71 ◦ green 84 ◦ blue 35

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

Shades of Bronzetone #475423

Tints of Bronzetone #475423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

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

R = 37.37%
G = 44.21%
B = 18.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#475423 (or 0x475423) is known color: Bronzetone. HEX triplet: 47, 54 and 23. RGB value is (71,84,35). Sum of RGB (Red+Green+Blue) = 71+84+35=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #475423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475423 is #B8ABDC. Grayscale: #4A4A4A. Windows color (decimal): -12102621 or 2315335. OLE color: 2315335.

HSL color Cylindrical-coordinate representation of color #475423: hue angle of 75.92º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #475423 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 35 -
CMYK 0.15 0 0.58 0.67
HSL 75.92º 0.41% 0.23% -
HSV(B) 75.92º 0.58% 0.33% -
XYZ 6.07 7.8 2.78 -
YUV 74.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 71 84 35 0.15 0 0.58 0.67 75.92 0.41 0.23
Hex 47 54 23 F 0 3A 43 4C 29 17
Octal 107 124 43 17 0 72 103 114 51 27
Binary 1000111 1010100 100011 1111 0 111010 1000011 1001100 101001 10111

Color Harmonies of #475423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475423

Black with #475423

Text Example


Text Example

White with #475423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475423; }

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

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

background-color css

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

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

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

border-color css

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

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

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