Html Css Color HEX #50471A Bronze Olive

📋 copy color: '#50471A'

red 80 ◦ green 71 ◦ blue 26

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

Shades of Bronze Olive #50471A

Tints of Bronze Olive #50471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.69%

R = 45.2%
G = 40.11%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50471A (or 0x50471A) is known color: Bronze Olive. HEX triplet: 50, 47 and 1A. RGB value is (80,71,26). Sum of RGB (Red+Green+Blue) = 80+71+26=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50471A is #AFB8E5. Grayscale: #444444. Windows color (decimal): -11516134 or 1722192. OLE color: 1722192.

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

Color convert

RGB 80 71 26 -
CMYK 0 0.11 0.67 0.69
HSL 50º 0.51% 0.21% -
HSV(B) 50º 0.68% 0.31% -
XYZ 5.75 6.29 1.89 -
YUV 68.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 80 71 26 0 0.11 0.67 0.69 50 0.51 0.21
Hex 50 47 1A 0 B 43 45 32 33 15
Octal 120 107 32 0 13 103 105 62 63 25
Binary 1010000 1000111 11010 0 1011 1000011 1000101 110010 110011 10101

Color Harmonies of #50471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50471A

Black with #50471A

Text Example


Text Example

White with #50471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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