Html Css Color HEX #473E31 Deep Bronze

📋 copy color: '#473E31'

red 71 ◦ green 62 ◦ blue 49

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

Shades of Deep Bronze #473E31

Tints of Deep Bronze #473E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.07%

 BLUE value IS 49 (19.53% from 255) = 26.92%

R = 39.01%
G = 34.07%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#473E31 (or 0x473E31) is known color: Deep Bronze. HEX triplet: 47, 3E and 31. RGB value is (71,62,49). Sum of RGB (Red+Green+Blue) = 71+62+49=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #473E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E31 is #B8C1CE. Grayscale: #3F3F3F. Windows color (decimal): -12108239 or 3227207. OLE color: 3227207.

HSL color Cylindrical-coordinate representation of color #473E31: hue angle of 35.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473E31 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 62 49 -
CMYK 0 0.13 0.31 0.72
HSL 35.45º 0.18% 0.24% -
HSV(B) 35.45º 0.31% 0.28% -
XYZ 4.88 5.01 3.62 -
YUV 63.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 71 62 49 0 0.13 0.31 0.72 35.45 0.18 0.24
Hex 47 3E 31 0 D 1F 48 23 12 18
Octal 107 76 61 0 15 37 110 43 22 30
Binary 1000111 111110 110001 0 1101 11111 1001000 100011 10010 11000

Color Harmonies of #473E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E31

Black with #473E31

Text Example


Text Example

White with #473E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473E31; }

 p { color: rgb(71,62,49); }

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

background-color css

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

 a { background-color: rgb(71,62,49); }

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

border-color css

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

 span { border-color: rgb(71,62,49); }

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