Html Css Color HEX #475428 Bronzetone

📋 copy color: '#475428'

red 71 ◦ green 84 ◦ blue 40

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

Shades of Bronzetone #475428

Tints of Bronzetone #475428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 36.41%
G = 43.08%
B = 20.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#475428 (or 0x475428) is known color: Bronzetone. HEX triplet: 47, 54 and 28. RGB value is (71,84,40). Sum of RGB (Red+Green+Blue) = 71+84+40=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #475428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475428 is #B8ABD7. Grayscale: #4B4B4B. Windows color (decimal): -12102616 or 2643015. OLE color: 2643015.

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

Color convert

RGB 71 84 40 -
CMYK 0.15 0 0.52 0.67
HSL 77.73º 0.35% 0.24% -
HSV(B) 77.73º 0.52% 0.33% -
XYZ 6.15 7.83 3.2 -
YUV 75.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 71 84 40 0.15 0 0.52 0.67 77.73 0.35 0.24
Hex 47 54 28 F 0 34 43 4E 23 18
Octal 107 124 50 17 0 64 103 116 43 30
Binary 1000111 1010100 101000 1111 0 110100 1000011 1001110 100011 11000

Color Harmonies of #475428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475428

Black with #475428

Text Example


Text Example

White with #475428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475428; }

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

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

background-color css

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

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

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

border-color css

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

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

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