Html Css Color HEX #473E30 Deep Bronze

📋 copy color: '#473E30'

red 71 ◦ green 62 ◦ blue 48

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

Shades of Deep Bronze #473E30

Tints of Deep Bronze #473E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 39.23%
G = 34.25%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#473E30 (or 0x473E30) is known color: Deep Bronze. HEX triplet: 47, 3E and 30. RGB value is (71,62,48). Sum of RGB (Red+Green+Blue) = 71+62+48=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #473E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E30 is #B8C1CF. Grayscale: #3F3F3F. Windows color (decimal): -12108240 or 3161671. OLE color: 3161671.

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

Color convert

RGB 71 62 48 -
CMYK 0 0.13 0.32 0.72
HSL 36.52º 0.19% 0.23% -
HSV(B) 36.52º 0.32% 0.28% -
XYZ 4.85 5 3.51 -
YUV 63.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 71 62 48 0 0.13 0.32 0.72 36.52 0.19 0.23
Hex 47 3E 30 0 D 20 48 25 13 17
Octal 107 76 60 0 15 40 110 45 23 27
Binary 1000111 111110 110000 0 1101 100000 1001000 100101 10011 10111

Color Harmonies of #473E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E30

Black with #473E30

Text Example


Text Example

White with #473E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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