Html Css Color HEX #47532A Bronzetone

📋 copy color: '#47532A'

red 71 ◦ green 83 ◦ blue 42

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

Shades of Bronzetone #47532A

Tints of Bronzetone #47532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 36.22%
G = 42.35%
B = 21.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#47532A (or 0x47532A) is known color: Bronzetone. HEX triplet: 47, 53 and 2A. RGB value is (71,83,42). Sum of RGB (Red+Green+Blue) = 71+83+42=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #47532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47532A is #B8ACD5. Grayscale: #4A4A4A. Windows color (decimal): -12102870 or 2773831. OLE color: 2773831.

HSL color Cylindrical-coordinate representation of color #47532A: hue angle of 77.56º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47532A is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 42 -
CMYK 0.14 0 0.49 0.67
HSL 77.56º 0.33% 0.25% -
HSV(B) 77.56º 0.49% 0.33% -
XYZ 6.11 7.69 3.35 -
YUV 74.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 71 83 42 0.14 0 0.49 0.67 77.56 0.33 0.25
Hex 47 53 2A E 0 31 43 4E 21 19
Octal 107 123 52 16 0 61 103 116 41 31
Binary 1000111 1010011 101010 1110 0 110001 1000011 1001110 100001 11001

Color Harmonies of #47532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47532A

Black with #47532A

Text Example


Text Example

White with #47532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47532A; }

 p { color: rgb(71,83,42); }

 H1.HeaderClassName
 {
   color: #47532A;
 }
 .AnyTagClassName
 {
   color: #47532A;
 }
</style>

background-color css

<style>
 a { background-color: #47532A; }

 a { background-color: rgb(71,83,42); }

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

border-color css

<style>
 span { border-color: #47532A; }

 span { border-color: rgb(71,83,42); }

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