Html Css Color HEX #47502D Bronzetone

📋 copy color: '#47502D'

red 71 ◦ green 80 ◦ blue 45

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

Shades of Bronzetone #47502D

Tints of Bronzetone #47502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.82%

 BLUE value IS 45 (17.97% from 255) = 22.96%

R = 36.22%
G = 40.82%
B = 22.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#47502D (or 0x47502D) is known color: Bronzetone. HEX triplet: 47, 50 and 2D. RGB value is (71,80,45). Sum of RGB (Red+Green+Blue) = 71+80+45=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #47502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47502D is #B8AFD2. Grayscale: #494949. Windows color (decimal): -12103635 or 2969671. OLE color: 2969671.

HSL color Cylindrical-coordinate representation of color #47502D: hue angle of 75.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47502D is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 45 -
CMYK 0.11 0 0.44 0.69
HSL 75.43º 0.28% 0.25% -
HSV(B) 75.43º 0.44% 0.31% -
XYZ 5.94 7.27 3.57 -
YUV 73.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 71 80 45 0.11 0 0.44 0.69 75.43 0.28 0.25
Hex 47 50 2D B 0 2C 45 4B 1C 19
Octal 107 120 55 13 0 54 105 113 34 31
Binary 1000111 1010000 101101 1011 0 101100 1000101 1001011 11100 11001

Color Harmonies of #47502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47502D

Black with #47502D

Text Example


Text Example

White with #47502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47502D; }

 p { color: rgb(71,80,45); }

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

background-color css

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

 a { background-color: rgb(71,80,45); }

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

border-color css

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

 span { border-color: rgb(71,80,45); }

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