Html Css Color HEX #50471C Bronze Olive

📋 copy color: '#50471C'

red 80 ◦ green 71 ◦ blue 28

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

Shades of Bronze Olive #50471C

Tints of Bronze Olive #50471C

RGB

 RED value IS 80 (31.64% from 255) = 44.69%

 GREEN value IS 71 (28.13% from 255) = 39.66%

 BLUE value IS 28 (11.33% from 255) = 15.64%

R = 44.69%
G = 39.66%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#50471C (or 0x50471C) is known color: Bronze Olive. HEX triplet: 50, 47 and 1C. RGB value is (80,71,28). Sum of RGB (Red+Green+Blue) = 80+71+28=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50471C is #AFB8E3. Grayscale: #444444. Windows color (decimal): -11516132 or 1853264. OLE color: 1853264.

HSL color Cylindrical-coordinate representation of color #50471C: hue angle of 49.62º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50471C is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 28 -
CMYK 0 0.11 0.65 0.69
HSL 49.62º 0.48% 0.21% -
HSV(B) 49.62º 0.65% 0.31% -
XYZ 5.77 6.3 2.01 -
YUV 68.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 80 71 28 0 0.11 0.65 0.69 49.62 0.48 0.21
Hex 50 47 1C 0 B 41 45 32 30 15
Octal 120 107 34 0 13 101 105 62 60 25
Binary 1010000 1000111 11100 0 1011 1000001 1000101 110010 110000 10101

Color Harmonies of #50471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50471C

Black with #50471C

Text Example


Text Example

White with #50471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50471C; }

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

 H1.HeaderClassName
 {
   color: #50471C;
 }
 .AnyTagClassName
 {
   color: #50471C;
 }
</style>

background-color css

<style>
 a { background-color: #50471C; }

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

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

border-color css

<style>
 span { border-color: #50471C; }

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

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