Html Css Color HEX #50471D Bronze Olive

📋 copy color: '#50471D'

red 80 ◦ green 71 ◦ blue 29

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

Shades of Bronze Olive #50471D

Tints of Bronze Olive #50471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.11%

R = 44.44%
G = 39.44%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50471D (or 0x50471D) is known color: Bronze Olive. HEX triplet: 50, 47 and 1D. RGB value is (80,71,29). Sum of RGB (Red+Green+Blue) = 80+71+29=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50471D is #AFB8E2. Grayscale: #454545. Windows color (decimal): -11516131 or 1918800. OLE color: 1918800.

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

Color convert

RGB 80 71 29 -
CMYK 0 0.11 0.64 0.69
HSL 49.41º 0.47% 0.21% -
HSV(B) 49.41º 0.64% 0.31% -
XYZ 5.78 6.3 2.07 -
YUV 68.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 80 71 29 0 0.11 0.64 0.69 49.41 0.47 0.21
Hex 50 47 1D 0 B 40 45 31 2F 15
Octal 120 107 35 0 13 100 105 61 57 25
Binary 1010000 1000111 11101 0 1011 1000000 1000101 110001 101111 10101

Color Harmonies of #50471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50471D

Black with #50471D

Text Example


Text Example

White with #50471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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