Html Css Color HEX #473F32 Deep Bronze

📋 copy color: '#473F32'

red 71 ◦ green 63 ◦ blue 50

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

Shades of Deep Bronze #473F32

Tints of Deep Bronze #473F32

RGB

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

 GREEN value IS 63 (25% from 255) = 34.24%

 BLUE value IS 50 (19.92% from 255) = 27.17%

R = 38.59%
G = 34.24%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#473F32 (or 0x473F32) is known color: Deep Bronze. HEX triplet: 47, 3F and 32. RGB value is (71,63,50). Sum of RGB (Red+Green+Blue) = 71+63+50=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #473F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F32 is #B8C0CD. Grayscale: #3F3F3F. Windows color (decimal): -12107982 or 3292999. OLE color: 3292999.

HSL color Cylindrical-coordinate representation of color #473F32: hue angle of 37.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473F32 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 63 50 -
CMYK 0 0.11 0.30 0.72
HSL 37.14º 0.17% 0.24% -
HSV(B) 37.14º 0.3% 0.28% -
XYZ 4.95 5.12 3.75 -
YUV 63.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 71 63 50 0 0.11 0.30 0.72 37.14 0.17 0.24
Hex 47 3F 32 0 B 1E 48 25 11 18
Octal 107 77 62 0 13 36 110 45 21 30
Binary 1000111 111111 110010 0 1011 11110 1001000 100101 10001 11000

Color Harmonies of #473F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F32

Black with #473F32

Text Example


Text Example

White with #473F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,63,50); }

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

background-color css

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

 a { background-color: rgb(71,63,50); }

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

border-color css

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

 span { border-color: rgb(71,63,50); }

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