Html Css Color HEX #474C28 Bronzetone

📋 copy color: '#474C28'

red 71 ◦ green 76 ◦ blue 40

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

Shades of Bronzetone #474C28

Tints of Bronzetone #474C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.64%

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

R = 37.97%
G = 40.64%
B = 21.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#474C28 (or 0x474C28) is known color: Bronzetone. HEX triplet: 47, 4C and 28. RGB value is (71,76,40). Sum of RGB (Red+Green+Blue) = 71+76+40=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #474C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C28 is #B8B3D7. Grayscale: #464646. Windows color (decimal): -12104664 or 2640967. OLE color: 2640967.

HSL color Cylindrical-coordinate representation of color #474C28: hue angle of 68.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #474C28 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 76 40 -
CMYK 0.07 0 0.47 0.70
HSL 68.33º 0.31% 0.23% -
HSV(B) 68.33º 0.47% 0.3% -
XYZ 5.57 6.66 3 -
YUV 70.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 71 76 40 0.07 0 0.47 0.70 68.33 0.31 0.23
Hex 47 4C 28 7 0 2F 46 44 1F 17
Octal 107 114 50 7 0 57 106 104 37 27
Binary 1000111 1001100 101000 111 0 101111 1000110 1000100 11111 10111

Color Harmonies of #474C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C28

Black with #474C28

Text Example


Text Example

White with #474C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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